feat: add pinchflat metadata

This commit is contained in:
nnsense
2026-05-05 17:27:21 +00:00
parent 4ddf5beaf8
commit 8815335de7

44
json/pinchflat.json Normal file
View File

@@ -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"
}
]
}