Files
templates/blueprints/freshrss/template.toml
Jainil Prajapati 🪐 32e54beda1 Enhance meta.json: format tag lists for consistency, add new entries … (#194)
* Enhance meta.json: format tag lists for consistency, add new entries for KaraKeep, FreshRSS, and Movary with detailed descriptions and links.

* Update blueprints/freshrss/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/movary/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-06-24 21:59:20 -06:00

19 lines
319 B
TOML

[variables]
main_domain = "${domain}"
timezone = "UTC"
[config.env]
FRESHRSS_VERSION = "latest"
TZ = "${timezone}"
CRON_MIN = "13,43"
FRESHRSS_ENV = "production"
COPY_LOG_TO_SYSLOG = "On"
COPY_SYSLOG_TO_STDERR = "On"
[config]
mounts = []
[[config.domains]]
serviceName = "freshrss"
port = 80
host = "${main_domain}"