Added OpenSpeedTest (#5)
Co-authored-by: Vishnu <vishnu@Vishnus-Mac-mini.local>
This commit is contained in:
parent
23aa076d7c
commit
5567a8bd67
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"title": "OpenSpeedTest",
|
||||
"name": "openspeedtest",
|
||||
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/icon.png",
|
||||
"tagline": "HTML5 Network Speed Test Server.",
|
||||
"overview": "An application for launching HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.",
|
||||
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/thumbnail.png",
|
||||
"screenshots": [
|
||||
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-1.png",
|
||||
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-2.png",
|
||||
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-3.png"
|
||||
],
|
||||
"category": [
|
||||
"Utilities",
|
||||
"Network"
|
||||
],
|
||||
"developer": {
|
||||
"name": "OpenSpeedTest",
|
||||
"website": "https://openspeedtest.com",
|
||||
"donate_text": "",
|
||||
"donate_link": ""
|
||||
},
|
||||
"adaptor": {
|
||||
"name": "OpenSpeedTest",
|
||||
"website": "https://openspeedtest.com",
|
||||
"donate_text": "",
|
||||
"donate_link": ""
|
||||
},
|
||||
"support": "https://openspeedtest.com/Contact-us.php",
|
||||
"website": "https://openspeedtest.com",
|
||||
"container": {
|
||||
"image": "openspeedtest/latest:latest",
|
||||
"shell": "sh",
|
||||
"privileged": false,
|
||||
"network_model": "bridge",
|
||||
"web_ui": {
|
||||
"http": "3000",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [],
|
||||
"ports": [
|
||||
{
|
||||
"container": "3000",
|
||||
"host": "3000",
|
||||
"type": "tcp",
|
||||
"allocation": "automatic",
|
||||
"configurable": "no",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"volumes": [],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": 64,
|
||||
"min_storage": 128
|
||||
},
|
||||
"restart_policy": "always",
|
||||
"sysctls": [],
|
||||
"cap_add": {},
|
||||
"labels": [],
|
||||
"host_name": "",
|
||||
"cmd": []
|
||||
},
|
||||
"abilities": {
|
||||
"notification": false,
|
||||
"widgets": false,
|
||||
"authentication": false,
|
||||
"search": false,
|
||||
"upnp": false
|
||||
},
|
||||
"tips": {
|
||||
"before_install": []
|
||||
},
|
||||
"changelog": {
|
||||
"latest_updates": "",
|
||||
"url": ""
|
||||
},
|
||||
"latest_update_date": ""
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
Loading…
Reference in New Issue