This commit is contained in:
parent
b8b8e015c5
commit
fa81dbdcf6
1 changed files with 24 additions and 2 deletions
|
@ -42,10 +42,32 @@ in
|
||||||
items = [
|
items = [
|
||||||
{
|
{
|
||||||
name = "Zitadel";
|
name = "Zitadel";
|
||||||
tag = "authentication";
|
tag = "app";
|
||||||
keywords = "auth";
|
|
||||||
url = "https://auth.amarth.cloud";
|
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}";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue