mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
@@ -58,11 +58,19 @@
|
|||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"name": "Unpackerr",
|
"name": "Unpackerr",
|
||||||
|
"options": {
|
||||||
|
"PGID": 1000,
|
||||||
|
"PUID": 1000,
|
||||||
|
"extraction_path": "/share/downloads_packed",
|
||||||
|
"watch_path": "/share/downloads_unpacked"
|
||||||
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int"
|
"PUID": "int",
|
||||||
|
"extraction_path": "str?",
|
||||||
|
"watch_path": "str?"
|
||||||
},
|
},
|
||||||
"slug": "unpackerr",
|
"slug": "unpackerr",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.10.1-4"
|
"version": "0.10.1-5"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user