Miniflux, searx, shaarli and wallabag will be automatically updated by shepherd.
17 lines
456 B
YAML
17 lines
456 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
|
|
|
|
miniflux_autoupdate: true
|
|
|
|
# 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
|