initial UptimeKuma

This commit is contained in:
John Guan 2022-11-03 12:31:27 +08:00
parent b19af80fa7
commit e0784070f8
8 changed files with 89 additions and 0 deletions

View File

@ -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"
}

BIN
Apps/UptimeKuma/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB