This commit is contained in:
muon 2025-01-25 15:25:30 +00:00
parent d423950236
commit 7d6b69cd46
4 changed files with 6 additions and 3 deletions

View file

@ -38,6 +38,7 @@ in {
mods.server.homebox.enable = true;
mods.server.share.enable = true;
mods.server.vault.enable = true;
mods.server.git.enable = true;
mods.tailscale.enable = true;
mods.wireguard.id = 3;

View file

@ -2,9 +2,10 @@
mods.server.nginx.ports = {
photos = 3001;
homebox = 3002;
git = 3003;
# immich-machine-learning = 3003;
share = 3004;
vault = 3005;
git = 3006;
search = 8081;
videos = 8082;