Alexandre
2022-10-09 10:45:16 +02:00
committed by GitHub
parent 71d5e1ef67
commit 54258342fa

View File

@@ -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"
} }