disabled firefly + jellyfin proxy

This commit is contained in:
Danilo Reyes 2024-08-24 21:45:53 -06:00
parent b19659fa4c
commit b3de19aed1
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
shiori.enable = true; shiori.enable = true;
sonarr.enable = false; sonarr.enable = false;
vaultwarden.enable = true; vaultwarden.enable = true;
firefly-iii.enable = true; firefly-iii.enable = false;
}; };
}; };
networking = { networking = {

View File

@ -67,7 +67,7 @@ in {
location = /web/ { location = /web/ {
# Proxy main Jellyfin traffic # Proxy main Jellyfin traffic
proxy_pass 192.168.1.69:8096/web/index.html; proxy_pass http://192.168.1.69:8096/web/index.html;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;