Compare commits

..
2 Commits
Author SHA1 Message Date
oqyude f1ac4662fd onlyoffice try to deny regress 2026-07-17 12:42:44 +03:00
oqyude 63c46c80ef navidrome setup 2026-07-17 12:32:29 +03:00
4 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -15,11 +15,11 @@
./homebox.nix ./homebox.nix
./immich.nix ./immich.nix
./miniflux.nix ./miniflux.nix
# ./navidrome.nix ./navidrome.nix
./nextcloud.nix ./nextcloud.nix
./nginx.nix ./nginx.nix
./nix-serve.nix ./nix-serve.nix
# ./onlyoffice.nix ./onlyoffice.nix
./postgresql.nix ./postgresql.nix
./samba.nix ./samba.nix
./step-ca.nix ./step-ca.nix
+1 -1
View File
@@ -14,7 +14,7 @@
# environmentFile = ""; # environmentFile = "";
settings = { settings = {
Address = "0.0.0.0"; Address = "0.0.0.0";
Port = "4533"; Port = 4533;
MusicFolder = "/mnt/beets/music"; MusicFolder = "/mnt/beets/music";
}; };
}; };
+8
View File
@@ -190,6 +190,14 @@ in
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"navidrome.home.arpa" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:4533";
proxyWebsockets = true;
};
};
"immich.home.arpa" = { "immich.home.arpa" = {
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;
+8
View File
@@ -139,6 +139,14 @@ in
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"navidrome.zeroq.su" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://${server}:4533";
proxyWebsockets = true;
};
};
"vetymae.opencodes.zeroq.su" = { "vetymae.opencodes.zeroq.su" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;