Add SickGear

This commit is contained in:
Rob Loach 2020-06-08 14:20:31 -04:00
parent 04a0ec7bf8
commit f5eb1b2466
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
3 changed files with 46 additions and 1 deletions

BIN
Images/sickgear-banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
Images/sickgear-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -3525,5 +3525,50 @@
"label": "PORT" "label": "PORT"
} }
] ]
},
{
"type": 1,
"title": "SickGear",
"name": "sickgear",
"description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png",
"image": "linuxserver/sickgear:latest",
"categories": [
"Downloaders",
"Video"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8081/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/SickGear"
},
{
"container": "/tv",
"bind": "/portainer/TV"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
}
]
} }
] ]