even more homer
All checks were successful
Test action / Print hello world (push) Successful in 1s

This commit is contained in:
Chris Kruining 2025-09-03 17:47:38 +02:00
parent b8b8e015c5
commit fa81dbdcf6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -42,10 +42,32 @@ in
items = [
{
name = "Zitadel";
tag = "authentication";
keywords = "auth";
tag = "app";
url = "https://auth.amarth.cloud";
}
{
name = "Forgejo";
tag = "app";
url = "https://git.amarth.cloud";
}
{
name = "Vaultwarden";
tag = "app";
url = "https://vault.kruining.eu";
}
];
}
{
name = "Observability";
items = [
{
name = "Grafana";
tag = "app";
url = "http://${config.networking.hostName}:${builtins.toString config.services.grafana.settings.server.http_port}";
}
];
}