Update to 15.9.9

This commit is contained in:
alexbelgium
2021-11-22 12:28:12 +01:00
parent 2952343783
commit edf3b105c9
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 15.9.9 (22-11-2021)
- Update to latest version from coderaiser/cloudcmd
- Allow mounting local drives by label. Just pust the label instead of sda1 for example - Allow mounting local drives by label. Just pust the label instead of sda1 for example
- Allow uploads >16mb - Allow uploads >16mb
- Allow mounting local drives in protected mode - Allow mounting local drives in protected mode

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",
@@ -40,7 +45,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?",
@@ -51,8 +59,8 @@
"DROPBOX_TOKEN": "str?" "DROPBOX_TOKEN": "str?"
}, },
"slug": "cloudcommander", "slug": "cloudcommander",
"upstream": "15.9.8", "upstream": "15.9.9",
"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.8-8", "version": "15.9.9",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }