Update to 15.9.8

This commit is contained in:
alexbelgium
2021-08-10 01:56:05 +02:00
parent 69a9d89e09
commit 0682afa911
2 changed files with 9 additions and 6 deletions

View File

@@ -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

View File

@@ -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"
],