bert: Install immich
This commit is contained in:
parent
cb2e73007f
commit
721fdf9719
3 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./hardware-configuration.nix
|
||||
./services/factorio.nix
|
||||
./services/http/index.nix
|
||||
./services/immich.nix
|
||||
./services/minecraft.nix
|
||||
./services/monitoring.nix
|
||||
./services/forgejo.nix
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
./maps.chandlerswift.com.nix
|
||||
./music.chandlerswift.com.nix
|
||||
./nau-sidewalks.chandlerswift.com.nix
|
||||
./photos.chandlerswift.com.nix
|
||||
./preview.chandlerswift.com.nix
|
||||
./sharontrahan.com.nix
|
||||
./social.chandlerswift.com.nix
|
||||
|
|
|
|||
5
bert/services/http/photos.chandlerswift.com.nix
Normal file
5
bert/services/http/photos.chandlerswift.com.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{config, ...}: {
|
||||
services.caddy.virtualHosts."photos.chandlerswift.com".extraConfig = ''
|
||||
reverse_proxy localhost:${toString config.services.immich.port}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue