Added immich VHOST to neptun

This commit is contained in:
2026-07-21 00:53:29 +02:00
parent 6ce61ab519
commit 7bcea764f6
+5
View File
@@ -99,6 +99,11 @@
reverse_proxy http://jupiter.orbit.sol:8096
'';
# ---- Immich ----
services.caddy.virtualHosts."immich.mgaction.town".extraConfig = ''
reverse_proxy http://jupiter.orbit.sol:2283
'';
# ---- Gitea WebUI ----
# Gitea's web UI and HTTPS clones (services/dev/gitea.nix, HTTP_PORT 3000).
# Its SSH side is the separate :2222 forward further down.