mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Updater bot : cloudcommander updated to 15.9.15
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 15.9.15 (20-01-2022)
|
||||||
|
- Update to latest version from coderaiser/cloudcmd
|
||||||
## 15.9.14 (15-01-2022)
|
## 15.9.14 (15-01-2022)
|
||||||
|
|
||||||
- Update to latest version from coderaiser/cloudcmd
|
- Update to latest version from coderaiser/cloudcmd
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/mmcblk0p8",
|
"/dev/mmcblk0p8",
|
||||||
@@ -56,7 +60,10 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8000/tcp": "Web UI port (required)"
|
"8000/tcp": "Web UI port (required)"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
@@ -67,8 +74,8 @@
|
|||||||
"DROPBOX_TOKEN": "str?"
|
"DROPBOX_TOKEN": "str?"
|
||||||
},
|
},
|
||||||
"slug": "cloudcommander",
|
"slug": "cloudcommander",
|
||||||
"upstream": "15.9.14",
|
"upstream": "15.9.15",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
||||||
"version": "15.9.14",
|
"version": "15.9.15",
|
||||||
"webui": "http://[HOST]:[PORT:8000]"
|
"webui": "http://[HOST]:[PORT:8000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user