From 7bcea764f6a79d6da5b0fff36c95fa26a57b109c Mon Sep 17 00:00:00 2001 From: Erik Simon Date: Tue, 21 Jul 2026 00:53:29 +0200 Subject: [PATCH] Added immich VHOST to neptun --- hosts/neptun/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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.