app-store/apps/podfetch/config.json
DrMxrcy e12f024c5d
Add PodFetch (#307)
* Add Podfetch

* Update Index

* Resolve Changes
2023-04-04 17:06:11 -04:00

49 lines
1.2 KiB
JSON

{
"$schema": "../schema.json",
"name": "PodFetch",
"port": 8177,
"available": true,
"exposable": true,
"id": "podfetch",
"tipi_version": 1,
"version": "v2:latest",
"categories": ["media"],
"description": "A sleek and efficient podcast downloader.",
"short_desc": "A sleek and efficient podcast downloader.",
"author": "SamTV12345",
"source": "https://github.com/SamTV12345/PodFetch",
"form_fields": [
{
"type": "text",
"label": "PodFetch Username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "PODFETCH_USERNAME"
},
{
"type": "password",
"label": "PodFetch Password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "PODFETCH_PASSWORD"
},
{
"type": "text",
"label": "Podcast Index API Key",
"hint": "The API key sent to you via mail",
"placeholder": "",
"required": false,
"env_variable": "PODFETCH_PODINDEX_API_KEY"
},
{
"type": "text",
"label": "Podcast Index API Secret",
"hint": "The API secret sent to you via mail",
"placeholder": "",
"required": false,
"env_variable": "PODFETCH_PODINDEX_API_SECRET"
}
]
}