My Nix Configuration

[lib.data] add immich

Changed files
+7
lib
+7
lib/data/services.toml
··· 5 5 # anubis: What port the anubis service for this domain will use, int 6 6 # tsHost: (optional) What Tailscale host this service will run on, for services only available via Tailscale. 7 7 # # Should only be set if this is available externally, if at all, since TS-only services aren't able to be scraped. 8 + # Current lowest unassigned port: 6938 8 9 [authentik] 9 10 port = 6908 10 11 host = "marvin" ··· 43 44 port = 6923 44 45 host = "marvin" 45 46 extUrl = "soc.pyrox.dev" 47 + 48 + [immich] 49 + port = 6936 50 + host = "marvin" 51 + extUrl = "img.pyrox.dev" 52 + pubProxy = 6937 46 53 47 54 [jellyfin] 48 55 port = 8096