Files
ProxmoxVEDHelperScripts/json/pinchflat.json
2026-05-14 13:22:39 +00:00

49 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://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/pinchflat.webp",
"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, increase disk space or 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`",
"type": "info"
},
{
"text": "downloaded media is stored in `/opt/pinchflat/downloads`",
"type": "info"
}
]
}