Commit 3fcdae05f425

Vincent Demeester <vincent@sbr.pm>
2026-01-02 22:00:40
fix(immich): Enable VPN access by binding to all interfaces
- Configure Immich to listen on 0.0.0.0 instead of localhost only - Resolve 502 errors from kerkouane reverse proxy over VPN - Enable external access to photos.sbr.pm and immich.sbr.pm Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cae0a18
Changed files (1)
systems
systems/rhea/extra.nix
@@ -460,6 +460,7 @@ in
     };
     immich = serviceDefaults // {
       enable = true;
+      host = "0.0.0.0"; # Listen on all interfaces for VPN access
       mediaLocation = "/neo/pictures/photos";
     };
     postgresql = {