Miniflux is a minimalist and opinionated feed reader.
This service requires the following other services:
To enable this service, add the following configuration to your vars.yml
file and re-run the installation process:
########################################################################
# #
# miniflux #
# #
########################################################################
miniflux_enabled: true
miniflux_hostname: mash.example.com
miniflux_path_prefix: /miniflux
miniflux_admin_login: your-username-here
miniflux_admin_password: a-strong-password-here
########################################################################
# #
# /miniflux #
# #
########################################################################
In the example configuration above, we configure the service to be hosted at https://mash.example.com/miniflux
.
You can remove the miniflux_path_prefix
variable definition, to make it default to /
, so that the service is served at https://mash.example.com/
.
After installation, you can log in with your administrator login (miniflux_admin_login
) and password (miniflux_admin_password
).
You can create additional users (admin-privileged or not) after logging in.