CasaOS-Store/Apps/UptimeKuma/appfile.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2022-11-03 04:31:27 +00:00
{
"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": {
2022-11-03 08:36:13 +00:00
"image": "louislam/uptime-kuma:1-alpine",
2022-11-03 04:31:27 +00:00
"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": [],
2022-11-03 04:31:27 +00:00
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
2022-11-03 08:36:13 +00:00
"latest_update_date": "1667464530"
2022-11-03 04:31:27 +00:00
}