app-store/apps/rsshub/config.json

28 lines
784 B
JSON
Raw Permalink Normal View History

2024-04-19 06:47:24 +00:00
{
"name": "RSSHub",
"available": true,
"port": 8223,
2024-04-19 06:47:24 +00:00
"exposable": true,
"id": "rsshub",
"description": "RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.",
"tipi_version": 1,
"version": "2024-04-17",
2024-04-21 04:38:39 +00:00
"categories": ["utilities", "media"],
2024-04-19 06:47:24 +00:00
"short_desc": "Everything is RSSible with RSSHub",
"author": "https://github.com/DIYgod",
"source": "https://github.com/DIYgod/RSSHub",
"website": "https://docs.rsshub.app/",
"url_suffix": "",
"form_fields": [
{
"type": "password",
"label": "Access Key",
"max": 256,
"min": 4,
"required": false,
"env_variable": "ACCESS_KEY"
}
],
"supported_architectures": ["amd64", "arm64"]
2024-04-19 06:47:24 +00:00
}