2023-02-28 05:03:10 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "RSS",
|
|
|
|
"port": 8141,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "rss",
|
2024-04-09 19:46:11 +00:00
|
|
|
"tipi_version": 9,
|
|
|
|
"version": "1.5.0",
|
2023-05-06 01:01:13 +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",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
2023-12-30 00:39:49 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-02-28 05:03:10 +00:00
|
|
|
}
|