mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 06:45:28 +02:00
* Add PodFetch template * Use env array syntax in template.toml * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Address review: match version to image tag, expose admin_username variable, dark-mode friendly logo --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
16 lines
544 B
JSON
16 lines
544 B
JSON
{
|
|
"id": "podfetch",
|
|
"name": "PodFetch",
|
|
"version": "v5.2.2",
|
|
"description": "PodFetch is a sleek, self-hosted podcast manager that automatically downloads new episodes, offers a web UI for listening and managing podcasts, and provides a GPodder-compatible sync API for mobile apps like AntennaPod.",
|
|
"logo": "logo.png",
|
|
"links": {
|
|
"github": "https://github.com/SamTV12345/PodFetch",
|
|
"website": "https://samtv12345.github.io/PodFetch/",
|
|
"docs": "https://samtv12345.github.io/PodFetch/"
|
|
},
|
|
"tags": [
|
|
"media"
|
|
]
|
|
}
|