edec0d0ca4
* feat(pairdrop): change config to support local domain * feat(paperless-ngx): change config to support local domain * feat(peppermint): change config to support local domain * feat(photoprism): change config to support local domain * feat(pihole): change config to support local domain * feat(plausible): change config to support local domain * feat(plex): change config to support local domain * feat(podfetch): change config to support local domain * feat(portainer): change config to support local domain * feat(privatebin): change config to support local domain * feat(prowlarr): change config to support local domain * feat(proxitok): change config to support local domain * feat(qbittorrent): change config to support local domain * feat(radarr): change config to support local domain * feat(readarr): change config to support local domain * feat(resilio-sync): change config to support local domain * feat(romm): change config to support local domain * feat(rss): change config to support local domain * feat(sabnzbd): change config to support local domain * feat(searxng): change config to support local domain * feat(send): change config to support local domain * feat(simplex-smp): change config to support local domain * feat(sonarr): change config to support local domain * feat(syncthing): change config to support local domain * feat(tasks-md): change config to support local domain * feat(tautulli): change config to support local domain * feat(teddit): change config to support local domain * feat(transmission): change config to support local domain * feat(tubearchivist): change config to support local domain * feat(umami): change config to support local domain * feat(uptime-kuma): change config to support local domain * feat(vaultwarden): change config to support local domain * feat(vikunja): change config to support local domain * feat(wg-easy): change config to support local domain * feat(wikijs): change config to support local domain * feat(wizarr): change config to support local domain * feat(your-spotify): change config to support local domain * chore: labels formatting issues
52 lines
1.2 KiB
JSON
52 lines
1.2 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"
|
|
}
|
|
]
|
|
}
|