This commit is contained in:
parent
b8b8e015c5
commit
fa81dbdcf6
1 changed files with 24 additions and 2 deletions
|
@ -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}";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue