re-enable sub-domains to monitor

This commit is contained in:
Kiara Grouwstra 2024-09-28 22:24:55 +02:00
parent 524b598b2c
commit 660122477f

View file

@ -6,6 +6,7 @@
}:
let
cfg = config.bagel.status;
# TODO: pull domains from a central place
subdomains = [
"cl"
"netbox"
@ -16,15 +17,15 @@ let
"mimir"
"pyroscope"
"matrix"
# "tempo"
# "amqp"
# "fodwatch"
# "git"
# "alerts"
# "buildbot"
# "b"
# "postgres"
# "news"
"tempo"
"amqp"
"fodwatch"
"git"
"alerts"
"buildbot"
"b"
"postgres"
"news"
];
port = 3001;
in