removed (no shell)

This commit is contained in:
Alexandre
2022-05-06 10:12:45 +02:00
parent 9d7cea10e4
commit 90347128a8
11 changed files with 0 additions and 330 deletions

View File

@@ -1,38 +0,0 @@
{
"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": "1"
}