diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 2ce8a18de..490d8e08e 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.7.1 +- Update to latest version from coderaiser/cloudcmd + ## 15.7.0 - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index ba7a8b53f..11510fb80 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_VERSION -ARG BUILD_UPSTREAM="15.7.0" +ARG BUILD_UPSTREAM="15.7.1" FROM coderaiser/cloudcmd:$BUILD_UPSTREAM COPY run.sh / diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 8721c5c8a..388c4d572 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,32 +1,32 @@ { - "name": "Cloudcommander", - "version": "15.7.0", - "upstream": "15.7.0", - "slug": "cloudcommander", - "description": "Cloud Commander a file manager for the web with console and editor", - "url": "https://github.com/alexbelgium/hassio-addons", - "arch": [ + "name": "Cloudcommander", + "version": "15.7.1", + "upstream": "15.7.1", + "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)" - }, + "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"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "full_access": true, - "environment": { - }, - "options": { - }, - "schema": { - } + "environment": {}, + "options": {}, + "schema": {} } diff --git a/cloudcommander/options.json b/cloudcommander/options.json new file mode 100644 index 000000000..e69de29bb diff --git a/joal/options.json b/joal/options.json new file mode 100644 index 000000000..e69de29bb diff --git a/ubooquity/options.json b/ubooquity/options.json new file mode 100644 index 000000000..e69de29bb