removing docker from lio, and other cleanup

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-27 12:44:54 -05:00
parent c007bb72d2
commit 405576ee63
10 changed files with 45 additions and 423 deletions

View file

@ -172,20 +172,20 @@
'';
};
};
"obsidiansync.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.1:5984";
};
extraConfig = ''
client_max_body_size 100M;
proxy_redirect off;
proxy_buffering off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
'';
};
# "obsidiansync.joshuabell.xyz" = {
# enableACME = true;
# forceSSL = true;
# locations."/" = {
# proxyPass = "http://100.64.0.1:5984";
# };
# extraConfig = ''
# client_max_body_size 100M;
# proxy_redirect off;
# proxy_buffering off;
# proxy_set_header Host $host;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# '';
# };
"jellyfin.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;