mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
# Conflicts: # blueprints/imgproxy/docker-compose.yml # blueprints/mediafetch/docker-compose.yml # blueprints/mediafetch/template.toml # blueprints/nextcloud-aio/docker-compose.yml # meta.json
18 lines
485 B
JSON
18 lines
485 B
JSON
{
|
|
"id": "mediafetch",
|
|
"name": "MediaFetch",
|
|
"version": "1.1.1",
|
|
"description": "A tiny, self-hosted web wrapper for yt-dlp to download video and audio. Optional basic auth.",
|
|
"logo": "mediafetch.svg",
|
|
"links": {
|
|
"github": "https://github.com/lukedunsmoto/mediafetch",
|
|
"website": "https://www.lukedunsmore.com/mediafetch",
|
|
"docs": "https://docs.lukedunsmore.com/docs/self-hosted/mediafetch/"
|
|
},
|
|
"tags": [
|
|
"utilities",
|
|
"media",
|
|
"downloader"
|
|
]
|
|
}
|