Files
hassio-addons/unpackerr/config.json
2022-05-06 09:47:23 +02:00

38 lines
806 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"image": "ghcr.io/alexbelgium/unpackerr-{arch}",
"description": "Unpacks RARd files for Sonarr, Lidarr and Radarr",
"environment": {
"PGID": "0",
"PUID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "unpackerr NAS",
"options": {
"CONFIG_LOCATION": "/config/addons_config/unpackerr/config.yaml"
},
"schema": {
"CONFIG_LOCATION": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"networkdisks": "str?",
"TZ": "str?"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"slug": "unpackerr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "develop-0.3.0.1730-ls53"
}