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

47 lines
1.0 KiB
JSON

{
"categories": [
"Downloaders",
"Video"
],
"description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/sickchill:latest",
"image_amd64": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sickchill-icon.png",
"name": "sickchill",
"officialDoc": "https://sickchill.github.io/",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickChill",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
],
"webpage": "https://docs.linuxserver.io/images/docker-sickchill"
}