diff --git a/json/pinchflat.json b/json/pinchflat.json new file mode 100644 index 00000000..04339fd7 --- /dev/null +++ b/json/pinchflat.json @@ -0,0 +1,44 @@ +{ + "name": "Pinchflat", + "slug": "pinchflat", + "categories": [ + 13 + ], + "date_created": "2026-05-05", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8945, + "documentation": "https://github.com/kieraneglin/pinchflat/wiki", + "website": "https://github.com/kieraneglin/pinchflat", + "logo": "https://raw.githubusercontent.com/kieraneglin/pinchflat/master/priv/static/images/originals/logo-white-wordmark-with-background.png", + "description": "Pinchflat is a self-hosted YouTube media manager built with yt-dlp for automatically downloading and organizing content from channels and playlists.", + "install_methods": [ + { + "type": "default", + "script": "ct/pinchflat.sh", + "config_path": "/opt/pinchflat/.env", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 8, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "For large media libraries, use an external mount path such as `/mnt/pinchflat` for downloads.", + "type": "info" + }, + { + "text": "Pinchflat data is stored in `/opt/pinchflat/config`; downloaded media is stored in the selected downloads path.", + "type": "info" + } + ] +}