48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"categories": [
|
|
"Downloaders",
|
|
"Video"
|
|
],
|
|
"description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
}
|
|
],
|
|
"image_arm32": "linuxserver/couchpotato:latest",
|
|
"image_arm64": "linuxserver/couchpotato:latest",
|
|
"image_amd64": "linuxserver/couchpotato:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/couchpotato-icon.png",
|
|
"name": "couchpotato",
|
|
"officialDoc": "https://docs.linuxserver.io/images/docker-couchpotato",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"5050:5050/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "CouchPotato",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Couchpotato",
|
|
"container": "/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/Downloads",
|
|
"container": "/downloads"
|
|
},
|
|
{
|
|
"bind": "/portainer/Movies",
|
|
"container": "/movies"
|
|
}
|
|
],
|
|
"webpage": "https://couchpota.to/"
|
|
}
|