Compare commits

..

No commits in common. "ea649a8a9317c80d1000431a2ac57bd25e6cf733" and "dd9ebd2afcaa7b6214dafeadec53c8cb73eebdeb" have entirely different histories.

2 changed files with 7 additions and 14 deletions

View File

@ -80,18 +80,19 @@ export function fallbackServices() {
summary: "Upload pipeline feeding the Jellyfin library.",
link: "https://pegasus.bstein.dev",
},
{
name: "Mailu",
category: "mail",
summary: "Self-hosted mailserver with accepted outgoing mail.",
link: "https://mail.bstein.dev",
host: "mail.bstein.dev",
},
{
name: "Grafana",
category: "observability",
summary: "Atlas metrics and dashboards for the lab.",
link: "https://metrics.bstein.dev",
},
{
name: "OpenSearch",
category: "observability",
summary: "Centralized logs for Atlas services. Powered by Fluent Bit.",
link: "https://logs.bstein.dev",
},
{
name: "Element",
category: "comms",
@ -124,13 +125,6 @@ export function fallbackServices() {
host: "turn.live.bstein.dev",
status: "live",
},
{
name: "Mailu",
category: "mail",
summary: "Self-hosted mailserver with accepted outgoing mail.",
link: "https://mail.bstein.dev",
host: "mail.bstein.dev",
},
{
name: "Gitea",
category: "dev",

View File

@ -140,7 +140,6 @@ const sections = [
{ name: "Harbor", url: "https://registry.bstein.dev", target: "_blank", description: "Artifact registry." },
{ name: "GitOps", url: "https://cd.bstein.dev", target: "_blank", description: "GitOps UI for Flux." },
{ name: "Vault", url: "https://secret.bstein.dev", target: "_blank", description: "Secrets management for infrastructure and apps." },
{ name: "OpenSearch", url: "https://logs.bstein.dev", target: "_blank", description: "Centralized logs powered by Fluent Bit." },
{ name: "Grafana", url: "https://metrics.bstein.dev", target: "_blank", description: "Dashboards and monitoring." },
],
},