Files
templates/blueprints/miniflux/template.toml
Artemis-ignis 0074651a45 feat: add Miniflux template (#881)
* feat: add Miniflux template

* fix: guard GitHub star count fallback

---------

Co-authored-by: Artemis-ignis <Artemis-ignis@users.noreply.github.com>
2026-07-07 14:10:00 -06:00

18 lines
390 B
TOML

[variables]
main_domain = "${domain}"
postgres_password = "${password:32}"
admin_username = "admin"
admin_password = "${password:32}"
[config]
[[config.domains]]
serviceName = "miniflux"
port = 8080
host = "${main_domain}"
[config.env]
MINIFLUX_DOMAIN = "${main_domain}"
POSTGRES_PASSWORD = "${postgres_password}"
ADMIN_USERNAME = "${admin_username}"
ADMIN_PASSWORD = "${admin_password}"