Compare commits
No commits in common. "4b549953456413393dc703667c5948fb985d9d6c" and "21d60bd1853c0eccd60538d0125be7d4bb3986e4" have entirely different histories.
4b54995345
...
21d60bd185
2 changed files with 4 additions and 28 deletions
|
|
@ -280,16 +280,9 @@ let secrets = import ../secrets.nix; in
|
||||||
proxyPass = "http://127.0.0.1:9091/transmission/rpc";
|
proxyPass = "http://127.0.0.1:9091/transmission/rpc";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
#locations."/jellyfin/" = {
|
locations."/jellyfin/" = {
|
||||||
##basicAuth = userlist;
|
#basicAuth = userlist;
|
||||||
#proxyPass = "http://127.0.0.1:8096/jellyfin/";
|
proxyPass = "http://127.0.0.1:8096/jellyfin/";
|
||||||
#proxyWebsockets = true;
|
|
||||||
#extraConfig = ''
|
|
||||||
#proxy_buffering off;
|
|
||||||
#'';
|
|
||||||
#};
|
|
||||||
locations."/navidrome" = {
|
|
||||||
proxyPass = "http://127.0.0.1:4533/navidrome";
|
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
@ -339,15 +332,7 @@ let secrets = import ../secrets.nix; in
|
||||||
plantumlLimitSize = 40000;
|
plantumlLimitSize = 40000;
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.jellyfin.enable = true;
|
services.jellyfin.enable = true;
|
||||||
|
|
||||||
services.navidrome = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
MusicFolder = "/schijf/music/downloads";
|
|
||||||
BaseUrl = "/navidrome";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -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";
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue