mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01:00
initial build
This commit is contained in:
38
unpackerr/config.json
Normal file
38
unpackerr/config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user