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,6 +1,11 @@
{
"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",
"devices": [
"/dev/mmcblk0p8",
@@ -52,7 +57,10 @@
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -63,8 +71,8 @@
"DROPBOX_TOKEN": "str?"
},
"slug": "cloudcommander",
"upstream": "15.9.10",
"upstream": "15.9.11",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
"version": "15.9.10",
"version": "15.9.11",
"webui": "http://[HOST]:[PORT:8000]"
}