Updater bot : cloudcommander updated to 18.7.1

This commit is contained in:
alexbelgium
2025-07-12 01:55:53 +02:00
parent 4fc214b425
commit 397f4c734f
3 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 18.7.1 (12-07-2025)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
## 18.6.1 (05-07-2025) ## 18.6.1 (05-07-2025)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) - Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)

View File

@@ -1,5 +1,8 @@
{ {
"arch": ["aarch64", "amd64"], "arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"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": [
@@ -88,7 +91,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": {
"CUSTOM_OPTIONS": "str?", "CUSTOM_OPTIONS": "str?",
"DROPBOX_TOKEN": "str?", "DROPBOX_TOKEN": "str?",
@@ -102,5 +108,5 @@
"slug": "cloudcommander", "slug": "cloudcommander",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "18.6.1" "version": "18.7.1"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "05-07-2025", "last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "cloudcommander", "slug": "cloudcommander",
"source": "github", "source": "github",
"upstream_repo": "coderaiser/cloudcmd", "upstream_repo": "coderaiser/cloudcmd",
"upstream_version": "18.6.1" "upstream_version": "18.7.1"
} }