This commit is contained in:
2025-11-20 16:56:11 -06:00
parent 62dd3f5d7c
commit a238d2b61c
3 changed files with 38 additions and 35 deletions

View File

@@ -83,8 +83,9 @@ in
# add to caddy for reverse proxy
services.caddy.virtualHosts."${cfg.url}" = {
# tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
tls internal
reverse_proxy 127.0.0.1:${toString cfg.port}
'';
};