diff --git a/Images/sickgear-banner.png b/Images/sickgear-banner.png new file mode 100644 index 0000000..857e2dc Binary files /dev/null and b/Images/sickgear-banner.png differ diff --git a/Images/sickgear-icon.png b/Images/sickgear-icon.png new file mode 100644 index 0000000..95b9f62 Binary files /dev/null and b/Images/sickgear-icon.png differ diff --git a/Template/template.json b/Template/template.json index db99f9f..0355bc2 100644 --- a/Template/template.json +++ b/Template/template.json @@ -3653,5 +3653,50 @@ "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 + } + ] } ]