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,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Cloud Commander a file manager for the web with console and editor",
"devices": [
@@ -88,7 +91,10 @@
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"CUSTOM_OPTIONS": "str?",
"DROPBOX_TOKEN": "str?",
@@ -102,5 +108,5 @@
"slug": "cloudcommander",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "18.6.1"
"version": "18.7.1"
}