From 700ba9387749a42b908a2ed66583d6466a95f51e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 9 Dec 2021 13:36:54 +0100 Subject: [PATCH] Update to 15.9.11 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 16 ++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index d6f77ce1e..8eaae1bd0 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.9.11 (09-12-2021) +- Update to latest version from coderaiser/cloudcmd + ## 15.9.10 (04-12-2021) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 2bee43c2e..8791ccf46 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -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]" }