2022-11-16 06:02:17 +00:00
{
"version" : "2.0" ,
"title" : "CouchPotato" ,
"name" : "couchpotato" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/icon.png" ,
"tagline" : "Automatically find movies you want to watch" ,
"overview" : "Awesome PVR for usenet and torrents. Just fill in what you want to see and CouchPotato will add it to your want to watch-list. Every day it will search through multiple sources, looking for the best possible match. If available, it will send it using your favorite download software." ,
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/thumbnail.jpg" ,
"screenshots" : [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-1.jpg" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-2.jpg" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-3.jpg" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-4.jpg" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-5.jpg"
] ,
"category" : [
"Media"
] ,
"developer" : {
"name" : "CouchPotato" ,
"website" : "https://couchpota.to/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "linuxserver/couchpotato" ,
"shell" : "bash" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "5050" ,
"path" : "/"
} ,
"health_check" : "" ,
"envs" : [
{
"key" : "TZ" ,
"value" : "$TZ" ,
"configurable" : "yes" ,
"description" : "TimeZone"
} ,
{
"key" : "PUID" ,
"value" : "1000" ,
"configurable" : "yes" ,
"description" : "Run CouchPotato as specified uid."
} ,
{
"key" : "PGID" ,
"value" : "1000" ,
"configurable" : "yes" ,
"description" : "Run CouchPotato as specified gid."
}
] ,
"ports" : [
{
"container" : "5050" ,
"host" : "5050" ,
"type" : "tcp" ,
"allocation" : "preferred" ,
"configurable" : "advanced" ,
"description" : "WebUI HTTP Port"
}
] ,
"volumes" : [
{
"container" : "/config" ,
"host" : "/DATA/AppData/$AppID/config" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : "CouchPotato config directory."
} ,
{
"container" : "/movies" ,
"host" : "/DATA/Media/Movies" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "advanced" ,
"description" : "CouchPotato movies directory."
} ,
{
"container" : "/downloads" ,
"host" : "/DATA/Downloads" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "advanced" ,
"description" : "CouchPotato downloads directory."
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 1024
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-11-16 06:02:17 +00:00
"labels" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : { } ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
}