This commit is contained in:
Alexandre
2020-12-08 14:22:05 +01:00
parent da995dfbb8
commit cdd7b70131
20 changed files with 10 additions and 484 deletions

View File

@@ -1,45 +0,0 @@
{
"name": "Jackett",
"version": "1.0",
"slug": "jackett",
"legacy": false,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-jackett",
"version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
},
"description": "API Support for your favorite torrent trackers",
"url": "https://github.com/petersendev/hassio-addons/tree/master/jackett#readme",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"9117/tcp": 9117
},
"ports_description": {
"9117/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:9117]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"environment": {
"XDG_DATA_HOME": "/share/jackett",
"XDG_CONFIG_HOME": "/config/jackett"
}
}