This commit is contained in:
Alexandre
2022-05-06 11:01:39 +02:00
parent 90347128a8
commit eab5fd6056
9 changed files with 223 additions and 0 deletions

24
unpackerr/config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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": {
"UN_FOLDER_0_PATH": "/share/downloads_packed",
"UN_FOLDER_0_EXTRACT_PATH": "/share/downloads_unpacked"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Unpackerr",
"slug": "unpackerr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1"
}