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 * Update meta.json to add documentation link for RSS Bridge --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
13 lines
161 B
TOML
13 lines
161 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "rss-bridge"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
|
|
[[config.mounts]]
|