Files
ProxmoxVEDHelperScripts/json/pinchflat.json
nnsense bc3db309a2 Fix
2026-05-08 12:55:27 +00:00

45 lines
1.3 KiB
JSON

{
"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/67d8bd5598f4461c5435bcc66fc8d02b00c607cb/priv/static/images/icon-2024-03-20.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, mount external storage at `/opt/pinchflat/downloads` before downloading media to avoid filling the LXC disk.",
"type": "warning"
},
{
"text": "Pinchflat data is stored in `/opt/pinchflat/config`; downloaded media is stored in `/opt/pinchflat/downloads`.",
"type": "info"
}
]
}