forked from the-distro/infra
Kiara Grouwstra
1f05410770
Adds a config for a status page using uptime-kuma. Open questions here included: - what machine to run this on (and if a new one how to configure their network bits); - who could help set the secret in the age file; - who could set up the application password (currently a manual step in services.uptime-kuma), after which the stateless client can be re-built; - what to monitor -- i for now commented some sub-domains i could not publicly access to test.
19 lines
247 B
Nix
19 lines
247 B
Nix
{
|
|
imports = [
|
|
./gerrit
|
|
./channel-scripts
|
|
./hydra
|
|
./matrix
|
|
./monitoring
|
|
./uptime-kuma
|
|
./netbox
|
|
./ofborg
|
|
./postgres
|
|
./forgejo
|
|
./baremetal-builder
|
|
./buildbot
|
|
./newsletter
|
|
./s3-revproxy
|
|
];
|
|
}
|