mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
Initial build
This commit is contained in:
31
cloudcommander/config.json
Normal file
31
cloudcommander/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "cloudcommander",
|
||||
"version": "15.6.0",
|
||||
"slug": "cloudcommander",
|
||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||
"url": "https://github.com/coderaiser/cloudcmd",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"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"],
|
||||
"full_access": true,
|
||||
"environment": {
|
||||
},
|
||||
"options": {
|
||||
},
|
||||
"schema": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user