349 current 2025-10-12 11:50:40 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-12 11:58:20 -05:00
parent b4bf817c5e
commit 00ab2ae68c
16 changed files with 116 additions and 10 deletions

View File

@@ -96,6 +96,14 @@ in
};
};
# add to caddy for reverse proxy
services.caddy.virtualHosts."${cfg.url}" = {
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
reverse_proxy http://127.0.0.1:${toString cfg.port}
'';
};
# add to glance
modules.services.glance.links.services = [{
title = service;