Add initial template configuration for RSS Bridge in TOML format (#347)

* Add initial template configuration for RSS Bridge in TOML format

* Update meta.json to add documentation link for RSS Bridge

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati
2025-09-21 11:02:34 +05:30
committed by GitHub
parent 785462b94a
commit cb209004bc
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
rss-bridge:
image: rssbridge/rss-bridge:latest
restart: unless-stopped
expose:
- 80
volumes:
- rssbridge-config:/config
volumes:
rssbridge-config: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,12 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "rss-bridge"
port = 80
host = "${main_domain}"
[config.env]
[[config.mounts]]

View File

@@ -4202,6 +4202,24 @@
"webmail"
]
},
{
"id": "rss-bridge",
"name": "RSS-Bridge",
"version": "latest",
"description": "RSS-Bridge is a PHP project capable of generating Atom feeds for websites that don't have one.",
"logo": "image.png",
"links": {
"github": "https://github.com/RSS-Bridge/rss-bridge",
"website": "https://rss-bridge.github.io/rss-bridge/",
"docs": "https://rss-bridge.github.io/rss-bridge/General/Project_goals.html"
},
"tags": [
"rss",
"feeds",
"news",
"content"
]
},
{
"id": "rsshub",
"name": "RSSHub",