Files
voyager/config/services.json.backup-20260714-215555
T

121 lines
2.7 KiB
Plaintext

{
"status": [
{
"name": "Edge01",
"state": "online",
"label": "Online",
"value": "Reachable",
"detail": "DreamHost VPS"
},
{
"name": "Docker",
"state": "online",
"label": "Online",
"value": "Running",
"detail": "Container engine"
},
{
"name": "Portainer",
"state": "online",
"label": "Online",
"value": "Available",
"detail": "portainer.zerafa.com"
},
{
"name": "Gitea",
"state": "online",
"label": "Online",
"value": "Available",
"detail": "git.zerafa.com"
},
{
"name": "TLS",
"state": "online",
"label": "Valid",
"value": "Active",
"detail": "Caddy certificates"
},
{
"name": "Backups",
"state": "warning",
"label": "Review",
"value": "Pending",
"detail": "Restic + B2"
},
{
"name": "Tunnel",
"state": "warning",
"label": "Pending",
"value": "Not built",
"detail": "Home network access"
},
{
"name": "Monitoring",
"state": "warning",
"label": "Planned",
"value": "Next phase",
"detail": "Uptime Kuma"
}
],
"services": [
{
"name": "Portainer",
"icon": "P",
"description": "Docker containers, stacks, networks and volumes.",
"url": "https://portainer.zerafa.com",
"category": "Docker"
},
{
"name": "Gitea",
"icon": "G",
"description": "Infrastructure repositories and documentation.",
"url": "https://git.zerafa.com",
"category": "Git"
},
{
"name": "Edge01",
"icon": "E",
"description": "Primary VPS landing page and public edge host.",
"url": "https://edge01.zerafa.com",
"category": "Server"
}
],
"home": [
{
"name": "Home Assistant",
"icon": "HA",
"description": "Automation dashboards, devices and integrations.",
"category": "Automation"
},
{
"name": "Proxmox",
"icon": "PX",
"description": "Cluster, virtual machines and containers.",
"category": "Virtualization"
},
{
"name": "UniFi",
"icon": "U",
"description": "Gateways, switches, access points and clients.",
"category": "Network"
},
{
"name": "Pi-hole",
"icon": "PH",
"description": "DNS filtering and resolver statistics.",
"category": "DNS"
},
{
"name": "ADS-B",
"icon": "AD",
"description": "Aircraft tracking and feeder status.",
"category": "Radio"
},
{
"name": "NAS",
"icon": "NAS",
"description": "Storage, backups and private file services.",
"category": "Storage"
}
]
}