Files
hassio-addons/doublecommander/config.json
2020-12-08 12:23:36 +01:00

32 lines
639 B
JSON

{
"name": "Double commander",
"version": "1.1",
"slug": "doublecommander",
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"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": {}
}