migrate chunk to caddy module
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
a9a3ee8413
commit
cad577b193
17 changed files with 91 additions and 103 deletions
|
@ -95,4 +95,9 @@ in
|
|||
${pkgs.podman}/bin/podman network create immich-net
|
||||
'';
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."photos.cy7.sh".extraConfig = ''
|
||||
import common
|
||||
reverse_proxy localhost:2283
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue