mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1ac4662fd | ||
|
|
63c46c80ef |
@@ -15,11 +15,11 @@
|
||||
./homebox.nix
|
||||
./immich.nix
|
||||
./miniflux.nix
|
||||
# ./navidrome.nix
|
||||
./navidrome.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
./nix-serve.nix
|
||||
# ./onlyoffice.nix
|
||||
./onlyoffice.nix
|
||||
./postgresql.nix
|
||||
./samba.nix
|
||||
./step-ca.nix
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# environmentFile = "";
|
||||
settings = {
|
||||
Address = "0.0.0.0";
|
||||
Port = "4533";
|
||||
Port = 4533;
|
||||
MusicFolder = "/mnt/beets/music";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -139,6 +139,14 @@ in
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"navidrome.zeroq.su" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${server}:4533";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"vetymae.opencodes.zeroq.su" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user