replace jellyfin with navidrome
This commit is contained in:
parent
9a89708fb1
commit
c0b2756d5a
2 changed files with 28 additions and 4 deletions
|
|
@ -280,9 +280,16 @@ 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/";
|
||||
#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";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
|
|
@ -332,7 +339,15 @@ let secrets = import ../secrets.nix; in
|
|||
plantumlLimitSize = 40000;
|
||||
};
|
||||
|
||||
services.jellyfin.enable = true;
|
||||
#services.jellyfin.enable = true;
|
||||
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
settings = {
|
||||
MusicFolder = "/schijf/music/downloads";
|
||||
BaseUrl = "/navidrome";
|
||||
};
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue