cloudserve-infrastructure/roles/miniflux/defaults/main.yml
Marty Oehme 496a510ccc
Fix miniflux databse population
Fixed access to postgres database not working for non-'miniflux'
usernames.
The database created is the same name as the username while the miniflux
container would still look for the standard database. This fixes it to
be able to take any username and corresponding database.
2021-10-23 16:42:30 +02:00

16 lines
430 B
YAML

---
miniflux_version: latest
miniflux_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
miniflux_use_https: true
# the subdomain link miniflux will be reachable under
subdomain_alias: rss
# Should ideally be overwritten in encrypted group/host vars
miniflux_admin_username: myadmin
miniflux_admin_password: mypassword
miniflux_postgres_user: myminifluxdbuser
miniflux_postgres_password: myminifluxdbpassword