39 lines
803 B
JSON
39 lines
803 B
JSON
{
|
|
"name": "Cloudcommander",
|
|
"version": "15.9.7",
|
|
"upstream": "15.9.7",
|
|
"slug": "cloudcommander",
|
|
"description": "Cloud Commander a file manager for the web with console and editor",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
"8000/tcp": 8000
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Web UI port (required)"
|
|
},
|
|
"map": [
|
|
"ssl"
|
|
],
|
|
"webui": "http://[HOST]:[PORT:8000]",
|
|
"privileged": [
|
|
"SYS_ADMIN",
|
|
"DAC_READ_SEARCH"
|
|
],
|
|
"full_access": true,
|
|
"environment": {},
|
|
"options": {},
|
|
"schema": {
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?",
|
|
"smbv1": "bool?"
|
|
}
|
|
}
|