Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Cloud Commander a file manager for the web with console and editor",
"devices": [
"/dev/mmcblk0p8",
@@ -56,7 +61,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?",
@@ -69,7 +77,6 @@
"slug": "cloudcommander",
"upstream": "16.0.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"codenotary": "alexandrep.github@gmail.com",
"version": "16.0.0",
"webui": "http://[HOST]:[PORT:8000]"
}