mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
33 lines
635 B
JSON
33 lines
635 B
JSON
{
|
|
"name": "Cloudcommander",
|
|
"version": "15.8.0",
|
|
"upstream": "15.8.0",
|
|
"slug": "cloudcommander",
|
|
"description": "Cloud Commander a file manager for the web with console and editor",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"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": {}
|
|
}
|