This commit is contained in:
mjallen18
2026-03-30 19:34:40 -05:00
parent 9728f49e42
commit 0aa9a0f994
3 changed files with 476 additions and 205 deletions

View File

@@ -149,7 +149,8 @@ rec {
reverseProxy = mkReverseProxyOpt name;
hostedService = {
enable = mkBoolOpt false "Expose this service in Glance dashboard";
enable = mkOpt types.bool (cfg.reverseProxy.enable
) "Expose this service in Glance dashboard (auto-enabled when reverseProxy is on)";
title = mkOpt types.str name "Display title in Glance";
icon = mkOpt types.str "si:glance" "Icon identifier for Glance (e.g. si:actualbudget)";
group = mkOpt types.str "Services" "Glance group/category for this service";