311 current 2025-10-11 17:44:24 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 17:54:48 -05:00
parent 476a2106e1
commit cb340e679c
3 changed files with 31 additions and 11 deletions

View File

@@ -85,6 +85,9 @@ in
proxyPass = "http://127.0.0.1:${toString cfg.port}";
};
};
# uncomment for service hosted publicly
#---------------------------------------------------------------------------
# # external reverse proxy entry
# services.nginx.virtualHosts."${service}.blakedheld.xyz" = {
# forceSSL = true;
@@ -95,6 +98,22 @@ in
# };
# };
#
# # add to glance public service
# modules.services.glance.links.<category> = [{
# title = service;
# url = "https://pass.${homelab.public_domain}";
# error-url = "http://${homelab.host_ip}:${toString cfg.port}";
# check-url = "http://${homelab.host_ip}:${toString cfg.port}";
# icon = "di:${service}"; }];
#---------------------------------------------------------------------------
# # add to glance local service
# modules.services.glance.links.<category> = [{
# title = service;
# url = "https://${cfg.url}";
# error-url = "http://${homelab.host_ip}:${toString cfg.port}";
# check-url = "http://${homelab.host_ip}:${toString cfg.port}";
# icon = "di:${service}"; }];
#
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";