Files
hassio-addons/doublecommander/config.json
Alexandre da995dfbb8 cleanup
2020-12-08 14:17:30 +01:00

33 lines
687 B
JSON

{
"name": "Double commander",
"version": "1.2",
"slug": "doublecommander",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"url": "https://github.com/alexbelgium/hassio-addons/doublecommander",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"3000/tcp": 3000
},
"map": [
"backup:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:3000]",
"boot": "auto",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {},
"schema": {}
}