Files
homelab-configs/homepage/services.yaml
T
tommy 9653af3d20 homepage: add siteMonitor status dots to 54 service tiles
Every tile lacking a dot now has one, validated from the Homepage container's own
network vantage (status <400 = green). Targets chosen to avoid false-red:
- internal http:// url where a widget exposes one (bypasses edge/redirects)
- public href for href-only services (all resolve to own login/200 — none Authelia-gated)
- unauth health endpoints where the base URL false-reds:
  CrowdSec /health, Loki :3100/ready, Stirling /api/v1/info/status

OMITTED (would be permanent false-red, flagged not added):
- Proxmox Beast, PBS: self-signed TLS -> SSL error (widgets already report health)
- Kometa: a CLI tool, no web service (href is a GitHub link)

Wazuh got a dot but currently renders RED — its backend returns 502 (genuinely
unreachable via Traefik); that's true state, not a false-red. Investigate separately.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 16:20:25 -05:00

486 lines
15 KiB
YAML

- Media:
- Plex:
icon: plex.png
href: https://plex.goattw.net
description: Home Media Streaming Server
siteMonitor: http://192.168.99.183:32400
widget:
type: plex
url: http://192.168.99.183:32400
key: {{HOMEPAGE_VAR_PLEX_KEY}}
- Overseerr:
icon: overseerr.png
href: https://request.goattw.net
description: Request Management & Discovery
siteMonitor: http://overseerr:5055
widget:
type: overseerr
url: http://overseerr:5055
key: {{HOMEPAGE_VAR_OVERSEERR_KEY}}
- Tautulli:
icon: tautulli.png
href: https://stats.goattw.net
description: Plex Monitoring & Analytics
siteMonitor: http://tautulli:8181
widget:
type: tautulli
url: http://tautulli:8181
key: {{HOMEPAGE_VAR_TAUTULLI_KEY}}
- Navidrome:
icon: navidrome.png
href: https://music.goattw.net
description: Self-hosted Music Streaming
siteMonitor: http://192.168.99.183:4533
widget:
type: navidrome
url: http://192.168.99.183:4533
user: tommy
token: 6290d0465252b6ae006aaa3bdfe090bc
salt: qqoees
- Media Automation:
- Sonarr:
icon: sonarr.png
href: https://sonarr.goattw.net
description: TV Series Tracking & Organization
siteMonitor: http://sonarr:8989
widget:
type: sonarr
url: http://sonarr:8989
key: {{HOMEPAGE_VAR_SONARR_KEY}}
- Radarr:
icon: radarr.png
href: https://radarr.goattw.net
description: Movie Collection & Tracking
siteMonitor: http://radarr:7878
widget:
type: radarr
url: http://radarr:7878
key: {{HOMEPAGE_VAR_RADARR_KEY}}
- Radarr 4K:
icon: radarr.png
href: https://radarr-4k.goattw.net
description: 4K Movies (quality-first)
siteMonitor: https://radarr-4k.goattw.net
widget:
type: radarr
url: http://radarr-4k:7878
key: {{HOMEPAGE_VAR_RADARR4K_KEY}}
- Sonarr 4K:
icon: sonarr.png
href: https://sonarr-4k.goattw.net
description: 4K TV (quality-first)
siteMonitor: https://sonarr-4k.goattw.net
widget:
type: sonarr
url: http://sonarr-4k:8989
key: {{HOMEPAGE_VAR_SONARR4K_KEY}}
- Prowlarr:
icon: prowlarr.png
href: https://prowlarr.goattw.net
description: Indexer & Proxy Management
siteMonitor: http://prowlarr:9696
widget:
type: prowlarr
url: http://prowlarr:9696
key: {{HOMEPAGE_VAR_PROWLARR_KEY}}
- Sabnzbd:
icon: sabnzbd.png
href: https://sabnzbd.goattw.net
description: Usenet Binary Downloader
siteMonitor: http://192.168.99.183:8081
widget:
type: sabnzbd
url: http://192.168.99.183:8081
key: {{HOMEPAGE_VAR_SABNZBD_KEY}}
- Transmission:
icon: transmission.png
href: https://transmission.goattw.net
description: BitTorrent Client (Gluetun VPN)
siteMonitor: http://gluetun:9091
widget:
type: transmission
url: http://gluetun:9091
- Tdarr:
icon: tdarr.png
href: https://tdarr.goattw.net
description: Distributed Video Transcoding
siteMonitor: http://192.168.99.183:8265
widget:
type: tdarr
url: http://192.168.99.183:8265
- Bazarr:
icon: bazarr.png
href: https://bazarr.goattw.net
description: Subtitle Management for Movies & TV
siteMonitor: http://192.168.99.183:6767
widget:
type: bazarr
url: http://192.168.99.183:6767
key: {{HOMEPAGE_VAR_BAZARR_KEY}}
- Lidarr:
icon: lidarr.png
href: https://lidarr.goattw.net
description: Music Collection & Download Manager
siteMonitor: http://192.168.99.183:8686
widget:
type: lidarr
url: http://192.168.99.183:8686
key: {{HOMEPAGE_VAR_LIDARR_KEY}}
- Kometa:
icon: kometa.png
href: https://github.com/Kometa-Team/Kometa
description: Plex Metadata & Collection Manager
- Plex-Utills:
icon: plex.png
href: https://plex-utills.goattw.net
description: Plex Poster Badges & Library Enhancement
siteMonitor: https://plex-utills.goattw.net
- Smokeping:
icon: smokeping.png
href: https://smokeping.goattw.net
description: Network Latency & Packet Loss Monitoring
siteMonitor: https://smokeping.goattw.net
- Infrastructure:
- Proxmox Beast:
icon: proxmox.png
href: https://192.168.99.200:8006
description: Proxmox Node - Beast
widget:
type: proxmox
url: https://192.168.99.200:8006
username: "root@pam!homepage"
password: {{HOMEPAGE_VAR_PROXMOX_BEAST_PASSWORD}}
node: beast
validate_certs: false
- Proxmox Backup Server:
icon: proxmox.png
href: https://192.168.99.153:8007
description: Backup Server & Retention
widget:
type: proxmoxbackupserver
url: https://192.168.99.153:8007
username: "homepage@pbs!widget"
password: {{HOMEPAGE_VAR_PROXMOX_BACKUP_SERVER_PASSWORD}}
verify_ssl: false
datastore: Synology-Remote
- TrueNAS:
icon: truenas.png
href: http://192.168.99.29
description: Network Attached Storage (ZFS)
siteMonitor: http://192.168.99.29
widget:
type: truenas
url: http://192.168.99.29
key: {{HOMEPAGE_VAR_TRUENAS_KEY}}
enablePools: true
- Traefik:
icon: traefik.png
href: https://traefik.goattw.net
description: Edge Router & Reverse Proxy
siteMonitor: http://192.168.99.186:8080
widget:
type: traefik
url: http://192.168.99.186:8080
- Technitium DNS:
icon: technitium.png
href: http://192.168.99.184:5380
description: DNS Resolver & Ad Blocking
siteMonitor: http://192.168.99.184:5380
widget:
type: technitium
url: http://192.168.99.184:5380
key: {{HOMEPAGE_VAR_TECHNITIUM_DNS_KEY}}
- NetBox:
icon: netbox.png
href: https://netbox.goattw.net
description: IP & Network Documentation
siteMonitor: https://netbox.goattw.net
- Filebrowser:
icon: filebrowser.png
href: https://files.goattw.net
description: Web File Manager
siteMonitor: https://files.goattw.net
- Monitoring:
- Uptime Kuma:
icon: uptime-kuma.png
href: https://uptime.goattw.net
description: Service Health & Uptime
siteMonitor: http://uptime-kuma:3001
widget:
type: uptimekuma
url: http://uptime-kuma:3001
slug: main
- Beszel:
icon: beszel.png
href: https://beszel.goattw.net
description: Lightweight Resource Statistics
siteMonitor: http://beszel-hub:8090
widget:
type: beszel
url: http://beszel-hub:8090
username: twalker1971@gmail.com
password: {{HOMEPAGE_VAR_BESZEL_PASSWORD}}
version: 2
- Grafana:
icon: grafana.png
href: https://grafana.goattw.net
description: Metrics & Dashboards
siteMonitor: https://grafana.goattw.net
- Loki:
icon: loki.png
href: https://grafana.goattw.net/explore
description: Log Aggregation & Search
siteMonitor: http://loki:3100/ready
- Dozzle:
icon: dozzle.png
href: https://dozzle.goattw.net
description: Real-time Docker Log Viewer
siteMonitor: https://dozzle.goattw.net
- Scrutiny:
icon: scrutiny.png
href: https://scrutiny.goattw.net/web/dashboard
description: S.M.A.R.T Drive Health Monitoring
siteMonitor: http://192.168.99.186:8083
widget:
type: scrutiny
url: http://192.168.99.186:8083
- Wazuh:
icon: wazuh.png
href: https://wazuh.goattw.net
description: SIEM & Security Monitoring
siteMonitor: https://wazuh.goattw.net
- CrowdSec:
icon: crowdsec.png
href: https://app.crowdsec.net
description: Threat Detection & IP Blocking
siteMonitor: http://192.168.99.186:8081/health
widget:
type: crowdsec
url: http://192.168.99.186:8081
username: homepage-widget
password: {{HOMEPAGE_VAR_CROWDSEC_PASSWORD}}
limit24h: true
- Frigate:
icon: frigate.png
href: http://192.168.99.100:5000
description: NVR & Object Detection
siteMonitor: http://192.168.99.100:5000
widget:
type: frigate
url: http://192.168.99.100:5000
- Healthchecks:
href: https://healthchecks.goattw.net
description: Cron job and task monitoring
siteMonitor: https://healthchecks.goattw.net
icon: healthchecks.png
- Speedtest Tracker:
icon: speedtest-tracker.png
href: https://speedtest.goattw.net
description: Internet Speed Tests
siteMonitor: https://speedtest.goattw.net
- WatchYourLAN:
icon: watchyourlan.png
href: https://watchyourlan.goattw.net
description: Network Device Scanner
siteMonitor: https://watchyourlan.goattw.net
- Glances:
icon: glances.png
href: https://glances.goattw.net
description: System Monitor
siteMonitor: https://glances.goattw.net
- Netdata:
icon: netdata.png
href: https://netdata.goattw.net
description: Real-time Metrics
siteMonitor: https://netdata.goattw.net
- Management:
- Gitea:
icon: gitea.png
href: https://gitea.goattw.net
description: Self-hosted Git Server
siteMonitor: http://192.168.99.186:3002
widget:
type: gitea
url: http://192.168.99.186:3002
key: {{HOMEPAGE_VAR_GITEA_KEY}}
- Semaphore:
icon: semaphore.png
href: https://semaphore.goattw.net
description: Ansible Web UI
siteMonitor: https://semaphore.goattw.net
- Portainer:
icon: portainer.png
href: https://portainer.goattw.net/
description: GUI Container Orchestration
siteMonitor: https://portainer.goattw.net
widget:
type: portainer
url: https://192.168.99.186:9443
env: 3
key: {{HOMEPAGE_VAR_PORTAINER_KEY}}
- Dockge:
icon: dockge.png
href: https://dockge.goattw.net/
description: Docker Compose Stack Manager
siteMonitor: https://dockge.goattw.net
- IT-Tools:
icon: it-tools.png
href: https://it-tools.goattw.net
description: Developer Utilities & Toolbox
siteMonitor: https://it-tools.goattw.net
- Home Assistant:
icon: home-assistant.png
href: http://homeassistant.local:8123
description: Home Automation & Control
siteMonitor: http://192.168.99.100:8123
widget:
type: homeassistant
url: http://192.168.99.100:8123
key: "{{HOMEPAGE_VAR_HASS_TOKEN}}"
fields: ["sensor.processor_use", "binary_sensor.update_available"]
- Dagu:
icon: sh-dagu
href: https://dagu.goattw.net
description: DAG Workflow Scheduler
siteMonitor: https://dagu.goattw.net
- n8n:
icon: sh-n8n
href: https://n8n.goattw.net
description: Workflow Automation Platform
siteMonitor: https://n8n.goattw.net
- Node-RED:
icon: node-red.png
href: https://nodered.goattw.net
description: Visual Flow Automation
siteMonitor: https://nodered.goattw.net
- Woodpecker CI:
icon: sh-woodpecker-ci
href: https://ci.goattw.net
description: Gitea-native CI/CD Pipelines
siteMonitor: https://ci.goattw.net
- ntfy:
icon: ntfy.png
href: https://ntfy.goattw.net
description: Push Notifications
siteMonitor: https://ntfy.goattw.net
- Cloud & Storage:
- Nextcloud:
icon: nextcloud.png
href: https://cloud.goattw.net
description: Private File Sync & Collaboration
siteMonitor: https://cloud.goattw.net
- Immich:
icon: immich.png
href: https://immich.goattw.net/
description: High Performance Photo Management
siteMonitor: http://immich-server:2283
widget:
type: immich
url: http://immich-server:2283
key: {{HOMEPAGE_VAR_IMMICH_KEY}}
version: 2
- Paperless:
icon: paperless-ngx.png
href: https://paperless.goattw.net
description: Smart Document Management
siteMonitor: http://paperless:8000
widget:
type: paperlessngx
url: http://paperless:8000
key: {{HOMEPAGE_VAR_PAPERLESS_KEY}}
- Vaultwarden:
icon: vaultwarden.png
href: https://vault.goattw.net
description: Self-hosted Password Manager
siteMonitor: https://vault.goattw.net
- AI & Productivity:
- Open WebUI:
icon: open-webui.png
href: https://ai.goattw.net
description: "The Beast AI (Qwen 14B / Llama 3)"
siteMonitor: https://ai.goattw.net
- Stirling PDF:
icon: stirling-pdf.png
href: https://pdf.goattw.net
description: All-in-one PDF Manipulation Tool
siteMonitor: https://pdf.goattw.net/api/v1/info/status
- Linkding:
icon: linkding.png
href: https://linkding.goattw.net
description: Bookmark Manager
siteMonitor: https://linkding.goattw.net
- Vikunja:
icon: vikunja.png
href: https://vikunja.goattw.net
description: Task Management
siteMonitor: https://vikunja.goattw.net
- LubeLogger:
icon: lubelogger.png
href: https://lubelogger.goattw.net
description: Vehicle & small-engine maintenance
siteMonitor: https://lubelogger.goattw.net
widget:
type: lubelogger
url: http://192.168.99.186:8099
username: tommy
password: {{HOMEPAGE_VAR_LUBELOGGER_PASSWORD}}
- Food:
- Tandoor:
icon: sh-tandoor-recipes
href: https://tandoor.goattw.net
description: Self-hosted Recipe Manager & Meal Planner
siteMonitor: https://tandoor.goattw.net
- Mealie:
icon: mealie.png
href: https://mealie.goattw.net
description: Self-hosted Recipe Manager
siteMonitor: https://mealie.goattw.net