diff --git a/hosts/neptun/configuration.nix b/hosts/neptun/configuration.nix index ca630a3..8ac3d1a 100644 --- a/hosts/neptun/configuration.nix +++ b/hosts/neptun/configuration.nix @@ -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.