313 current 2025-10-11 18:01:55 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 18:08:36 -05:00
parent 21ecf083d2
commit 384b18b575
5 changed files with 31 additions and 30 deletions

View File

@@ -60,6 +60,7 @@ in
settings =
{
PORT = toString cfg.port;
HOST = "0.0.0.0";
};
};
@@ -83,20 +84,13 @@ in
};
};
# # external reverse proxy entry
# services.nginx.virtualHosts."uptime.blakedheld.xyz" = {
# services.nginx.virtualHosts."up.blakedheld.xyz" = {
# forceSSL = true;
# sslCertificate = sec."ssl_blakedheld_crt".path;
# sslCertificateKey = sec."ssl_blakedheld_key".path;
# locations."/" = {
# proxyPass = "http://127.0.0.1:${toString cfg.port}";
# };
# };
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";
# group = "${service}";
# };
# };
# add to glance
@@ -107,6 +101,13 @@ in
check-url = "http://${homelab.host_ip}:${toString cfg.port}";
icon = "di:${service}"; }];
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";
# group = "${service}";
# };
# };
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ];
};