CasaOS-Store/Apps/Smokeping/appfile.json

118 lines
2.7 KiB
JSON

{
"version": "2.0",
"title": "Smokeping",
"name": "Smokeping",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/icon.png",
"tagline": "Free open source network performance monitoring tool",
"overview": " keeps track of your network latency.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-3.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-4.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-5.png"
],
"category": [
"Network"
],
"developer": {
"name": "Lazylibrarian Team",
"website": "",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "asaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
"image": "lscr.io/linuxserver/smokeping:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "804",
"path": ""
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
"value": "Europe/London",
"description": "",
"configurable": "no"
}
],
"ports": [
{
"container": "80",
"host": "804",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/config",
"host": "/DATA/AppData/smokeping/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/data",
"host": "/DATA/AppData/smokeping/data",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": [],
"host_name": "Smokeping",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}