Files
pi-hosted/template/apps/cardigann.json
2023-06-18 15:23:41 -04:00

38 lines
1.0 KiB
JSON

{
"categories": [
"Downloaders"
],
"description": "[DEPRECATED] Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/cardigann:latest",
"image_amd64": "linuxserver/cardigann:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/cardigann.png",
"name": "cardigann",
"officialDoc": "https://hub.docker.com/r/linuxserver/cardigann/",
"platform": "linux",
"ports": [
"5060:5060/tcp"
],
"restart_policy": "unless-stopped",
"title": "Cardigann",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Cardigann",
"container": "/config"
}
],
"webpage": "https://github.com/cardigann/cardigann"
}