furtka-apps/apps/uptime-kuma/manifest.json

12 lines
565 B
JSON
Raw Permalink Normal View History

{
"name": "uptime-kuma",
"display_name": "Uptime Kuma",
"version": "1.0.1",
"description": "Self-hosted status monitor for services, ports, and devices on the LAN.",
"description_long": "Überwacht andere Geräte und Dienste im Netzwerk und schickt dir Bescheid, wenn etwas ausfällt. Nach der Installation den Admin-Account direkt im Browser unter http://furtka.local:3001 anlegen, dann Monitore (Ping, Webseite, Port, Docker-Container) hinzufügen.",
"volumes": ["data"],
"ports": [3001],
"icon": "icon.svg",
"open_url": "http://{host}:3001/"
}