app-store/apps/podfetch/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

53 lines
1.3 KiB
JSON

{
"$schema": "../schema.json",
"name": "PodFetch",
"port": 8177,
"available": true,
"exposable": true,
"id": "podfetch",
"tipi_version": 3,
"version": "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"
}
],
"supported_architectures": ["arm64", "amd64"]
}