commit
bc5d70823a
3 changed files with 45 additions and 0 deletions
BIN
Images/sickgear-banner.png
Normal file
BIN
Images/sickgear-banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
Images/sickgear-icon.png
Normal file
BIN
Images/sickgear-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue