2023-02-28 05:03:10 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "RSS",
|
|
|
|
"port": 8141,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "rss",
|
|
|
|
"tipi_version": 1,
|
|
|
|
"version": "v1.2.0",
|
2023-03-01 19:40:07 +00:00
|
|
|
"categories": ["utilities", "media"],
|
2023-02-28 05:03:10 +00:00
|
|
|
"description": "A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js",
|
|
|
|
"short_desc": "A simple, opinionated, RSS feed aggregator.",
|
|
|
|
"author": "https://github.com/ssddanbrown",
|
|
|
|
"source": "https://github.com/ssddanbrown/rss",
|
|
|
|
"form_fields": []
|
|
|
|
}
|