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
11 lines
565 B
JSON
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/"
|
|
}
|