furtka-apps/apps/uptime-kuma/manifest.json
Daniel Maksymilian Syrnicki 436ce11f52
All checks were successful
CI / validate (push) Successful in 29s
CI / shellcheck (push) Successful in 56s
Release / release (push) Successful in 25s
feat(catalog): 26.8-alpha — add open_url to fileshare + uptime-kuma
Both apps grow an `open_url` manifest field so the core UI can render
an Open button that deep-links into the app. fileshare uses smb:// to
trigger the OS file manager; uptime-kuma uses http://{host}:3001/ for
the browser. No image or compose changes.

- fileshare 0.1.1 → 0.1.2
- uptime-kuma 1.0.0 → 1.0.1
2026-04-20 17:47:19 +02:00

11 lines
565 B
JSON

{
"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/"
}