Files
hassio-addons/cloudcommander/config.json
2021-02-05 21:07:58 +01:00

36 lines
683 B
JSON

{
"name": "Cloudcommander",
"version": "15.6.0",
"slug": "cloudcommander",
"description": "Cloud Commander a file manager for the web with console and editor",
"url": "https://github.com/coderaiser/cloudcmd",
"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": {
"PUID": 0,
"PGID": 0
},
"schema": {
"PUID": "str",
"PGID": "str"
}
}