Update to 15.7.1

This commit is contained in:
alexbelgium
2021-02-22 08:36:23 +01:00
parent c3e89e8cc5
commit e3eaaa6bd8
6 changed files with 24 additions and 21 deletions

View File

@@ -1,4 +1,7 @@
## 15.7.1
- Update to latest version from coderaiser/cloudcmd
## 15.7.0
- Update to latest version from coderaiser/cloudcmd

View File

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

View File

@@ -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": {}
}

View File

0
joal/options.json Normal file
View File

0
ubooquity/options.json Normal file
View File