diff --git a/deemz.org/configuration.nix b/deemz.org/configuration.nix index ca915a6..f811d34 100644 --- a/deemz.org/configuration.nix +++ b/deemz.org/configuration.nix @@ -280,16 +280,9 @@ let secrets = import ../secrets.nix; in proxyPass = "http://127.0.0.1:9091/transmission/rpc"; proxyWebsockets = true; }; - #locations."/jellyfin/" = { - ##basicAuth = userlist; - #proxyPass = "http://127.0.0.1:8096/jellyfin/"; - #proxyWebsockets = true; - #extraConfig = '' - #proxy_buffering off; - #''; - #}; - locations."/navidrome" = { - proxyPass = "http://127.0.0.1:4533/navidrome"; + locations."/jellyfin/" = { + #basicAuth = userlist; + proxyPass = "http://127.0.0.1:8096/jellyfin/"; proxyWebsockets = true; extraConfig = '' proxy_buffering off; @@ -339,15 +332,7 @@ let secrets = import ../secrets.nix; in plantumlLimitSize = 40000; }; - #services.jellyfin.enable = true; - - services.navidrome = { - enable = true; - settings = { - MusicFolder = "/schijf/music/downloads"; - BaseUrl = "/navidrome"; - }; - }; + services.jellyfin.enable = true; services.forgejo = { enable = true; diff --git a/secrets.nix b/secrets.nix deleted file mode 100644 index 4a3c771..0000000 --- a/secrets.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - nginx_userlist = { maestro="het is wel even wennen"; }; - - duckdns_token = "4defc2ae-610b-4af7-ac16-17d47f490e75"; - - cloudflare_zone_id = "5db5e28fdb4abbc3f55cf2fcab6770c1"; - cloudflare_dns_record_id = "78960756f79d9bb8188b93d377bac78c"; - cloudflare_api_token = "7kW9P5gKFbwcTHlYCc21iu7srPfT5_-MP_uuq1BD"; -}