From 0682afa911a32169499c0b63f435d9db363fbfb3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 10 Aug 2021 01:56:05 +0200 Subject: [PATCH] Update to 15.9.8 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index cfcf29210..217ca0785 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 15.9.8 (10-08-2021) +- Update to latest version from coderaiser/cloudcmd - Addition of ingress - Allow Dropbox token and custom options - Added access rw to HA folders diff --git a/cloudcommander/config.json b/cloudcommander/config.json index fc07178b7..e37a7e612 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,7 +1,7 @@ { "name": "Cloudcommander", - "version": "15.9.7-3", - "upstream": "15.9.7", + "version": "15.9.8", + "upstream": "15.9.8", "slug": "cloudcommander", "description": "Cloud Commander a file manager for the web with console and editor", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme", @@ -21,10 +21,10 @@ "8000/tcp": "Web UI port (required)" }, "map": [ - "ssl:rw", - "share:rw", - "config:rw", - "media:rw", + "ssl:rw", + "share:rw", + "config:rw", + "media:rw", "backup:rw", "addons:rw" ],