Merge pull request #1787 from nnsense/main

feat: Add Pinchflat
This commit is contained in:
CanbiZ (MickLesk)
2026-06-01 08:15:00 +02:00
committed by GitHub
3 changed files with 242 additions and 0 deletions

48
json/pinchflat.json Normal file
View File

@@ -0,0 +1,48 @@
{
"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"
}
]
}