mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
navidrome setup
This commit is contained in:
@@ -190,6 +190,14 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"navidrome.home.arpa" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:4533";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"immich.home.arpa" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user