Update to 15.9.11

This commit is contained in:
alexbelgium
2021-12-09 13:36:54 +01:00
parent 168db8bc76
commit 700ba93877
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 15.9.11 (09-12-2021)
- Update to latest version from coderaiser/cloudcmd
## 15.9.10 (04-12-2021) ## 15.9.10 (04-12-2021)
- Update to latest version from coderaiser/cloudcmd - Update to latest version from coderaiser/cloudcmd

View File

@@ -1,6 +1,11 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "Cloud Commander a file manager for the web with console and editor", "description": "Cloud Commander a file manager for the web with console and editor",
"devices": [ "devices": [
"/dev/mmcblk0p8", "/dev/mmcblk0p8",
@@ -52,7 +57,10 @@
"ports_description": { "ports_description": {
"8000/tcp": "Web UI port (required)" "8000/tcp": "Web UI port (required)"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
@@ -63,8 +71,8 @@
"DROPBOX_TOKEN": "str?" "DROPBOX_TOKEN": "str?"
}, },
"slug": "cloudcommander", "slug": "cloudcommander",
"upstream": "15.9.10", "upstream": "15.9.11",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
"version": "15.9.10", "version": "15.9.11",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }