mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
13
blueprints/rss-bridge/docker-compose.yml
Normal file
13
blueprints/rss-bridge/docker-compose.yml
Normal 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: {}
|
||||
BIN
blueprints/rss-bridge/image.png
Normal file
BIN
blueprints/rss-bridge/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
12
blueprints/rss-bridge/template.toml
Normal file
12
blueprints/rss-bridge/template.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "rss-bridge"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
[[config.mounts]]
|
||||
18
meta.json
18
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user