Merge pull request #54 from RobLoach/sickgear

Add SickGear
This commit is contained in:
SelfhostedPro 2020-06-09 07:32:17 -07:00 committed by GitHub
commit bc5d70823a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 0 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

@ -3653,5 +3653,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
}
]
} }
] ]