bert: Install immich
This commit is contained in:
parent
cb2e73007f
commit
721fdf9719
3 changed files with 7 additions and 0 deletions
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