diff --git a/Apps/UptimeKuma/appfile.json b/Apps/UptimeKuma/appfile.json new file mode 100644 index 0000000..6f7a5af --- /dev/null +++ b/Apps/UptimeKuma/appfile.json @@ -0,0 +1,89 @@ +{ + "version": "2.0", + "title": "Uptime Kuma", + "name": "uptimekuma", + "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/icon.png", + "tagline": "A fancy monitoring tool", + "overview": "It is a self-hosted monitoring tool like \"Uptime Robot\".", + "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/thumbnail.png", + "screenshots": [ + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-1.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-2.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-3.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-4.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-5.jpg" + ], + "category": [ + "Network" + ], + "developer": { + "name": "Louis Lam", + "website": "https://louislam.net/", + "donate_text": "Donate", + "donate_link": "https://opencollective.com/uptime-kuma" + }, + "adaptor": { + "name": "CasaOS Team", + "website": "https://www.casaos.io", + "donate_text": "", + "donate_link": "" + }, + "support": "https://discord.gg/knqAbbBbeX", + "website": "https://www.casaos.io", + "container": { + "image": "louislam/uptime-kuma:latest", + "shell": "sh", + "privileged": false, + "network_model": "bridge", + "web_ui": { + "http": "3001", + "path": "/" + }, + "health_check": "", + "envs": [], + "ports": [ + { + "container": "3001", + "host": "3001", + "type": "tcp", + "allocation": "preferred", + "configurable": "advanced", + "description": "WebUI Port" + } + ], + "volumes": [ + { + "container": "/app/data", + "host": "/DATA/AppData/$AppID/app/data", + "mode": "rw", + "allocation": "automatic", + "configurable": "advanced", + "description": "Uptime Kuma data directory." + } + ], + "devices": [], + "constraints": { + "min_memory": 128, + "min_storage": 128 + }, + "restart_policy": "unless-stopped", + "sysctls": [], + "cap_add": {}, + "labels": [] + }, + "abilities": { + "notification": false, + "widgets": false, + "authentication": false, + "search": false, + "upnp": false + }, + "tips": { + "before_install": [] + }, + "changelog": { + "latest_updates": "", + "url": "" + }, + "latest_update_date": "1667449317" +} \ No newline at end of file diff --git a/Apps/UptimeKuma/icon.png b/Apps/UptimeKuma/icon.png new file mode 100644 index 0000000..db370e8 Binary files /dev/null and b/Apps/UptimeKuma/icon.png differ diff --git a/Apps/UptimeKuma/screenshot-1.jpg b/Apps/UptimeKuma/screenshot-1.jpg new file mode 100644 index 0000000..47467c4 Binary files /dev/null and b/Apps/UptimeKuma/screenshot-1.jpg differ diff --git a/Apps/UptimeKuma/screenshot-2.jpg b/Apps/UptimeKuma/screenshot-2.jpg new file mode 100644 index 0000000..da7457b Binary files /dev/null and b/Apps/UptimeKuma/screenshot-2.jpg differ diff --git a/Apps/UptimeKuma/screenshot-3.jpg b/Apps/UptimeKuma/screenshot-3.jpg new file mode 100644 index 0000000..dd9f7c5 Binary files /dev/null and b/Apps/UptimeKuma/screenshot-3.jpg differ diff --git a/Apps/UptimeKuma/screenshot-4.jpg b/Apps/UptimeKuma/screenshot-4.jpg new file mode 100644 index 0000000..f867df0 Binary files /dev/null and b/Apps/UptimeKuma/screenshot-4.jpg differ diff --git a/Apps/UptimeKuma/screenshot-5.jpg b/Apps/UptimeKuma/screenshot-5.jpg new file mode 100644 index 0000000..225bde9 Binary files /dev/null and b/Apps/UptimeKuma/screenshot-5.jpg differ diff --git a/Apps/UptimeKuma/thumbnail.png b/Apps/UptimeKuma/thumbnail.png new file mode 100644 index 0000000..2b3908e Binary files /dev/null and b/Apps/UptimeKuma/thumbnail.png differ