diff --git a/Apps/CouchPotato/appfile.json b/Apps/CouchPotato/appfile.json new file mode 100644 index 0000000..e6afb26 --- /dev/null +++ b/Apps/CouchPotato/appfile.json @@ -0,0 +1,122 @@ +{ + "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": [], + "cap_add": {}, + "labels": [] + }, + "abilities": { + "notification": false, + "widgets": false, + "authentication": false, + "search": false, + "upnp": false + }, + "tips": {}, + "changelog":{ + "latest_updates": "", + "url": "" + }, + "latest_update_date": "" +} diff --git a/Apps/CouchPotato/icon.png b/Apps/CouchPotato/icon.png new file mode 100644 index 0000000..dd694b3 Binary files /dev/null and b/Apps/CouchPotato/icon.png differ diff --git a/Apps/CouchPotato/screenshot-1.jpg b/Apps/CouchPotato/screenshot-1.jpg new file mode 100644 index 0000000..b51f45e Binary files /dev/null and b/Apps/CouchPotato/screenshot-1.jpg differ diff --git a/Apps/CouchPotato/screenshot-2.jpg b/Apps/CouchPotato/screenshot-2.jpg new file mode 100644 index 0000000..31edf03 Binary files /dev/null and b/Apps/CouchPotato/screenshot-2.jpg differ diff --git a/Apps/CouchPotato/screenshot-3.jpg b/Apps/CouchPotato/screenshot-3.jpg new file mode 100644 index 0000000..f852073 Binary files /dev/null and b/Apps/CouchPotato/screenshot-3.jpg differ diff --git a/Apps/CouchPotato/screenshot-4.jpg b/Apps/CouchPotato/screenshot-4.jpg new file mode 100644 index 0000000..8176274 Binary files /dev/null and b/Apps/CouchPotato/screenshot-4.jpg differ diff --git a/Apps/CouchPotato/screenshot-5.jpg b/Apps/CouchPotato/screenshot-5.jpg new file mode 100644 index 0000000..e696ec9 Binary files /dev/null and b/Apps/CouchPotato/screenshot-5.jpg differ diff --git a/Apps/CouchPotato/thumbnail.jpg b/Apps/CouchPotato/thumbnail.jpg new file mode 100644 index 0000000..b51f45e Binary files /dev/null and b/Apps/CouchPotato/thumbnail.jpg differ