ansible-nas/website/docs/applications/news/miniflux.md

16 lines
634 B
Markdown
Raw Normal View History

2018-12-31 00:08:25 +00:00
# Miniflux
Homepage: [https://miniflux.app/](https://miniflux.app/)
2018-12-31 00:08:25 +00:00
Miniflux is a minimalist and opinionated feed reader.
## Usage
Set `miniflux_enabled: true` in your `inventories/<your_inventory>/group_vars/nas.yml` file.
2018-12-31 00:08:25 +00:00
The Miniflux web interface can be found at [http://ansible_nas_host_or_ip:8070](http://ansible_nas_host_or_ip:8070), the default username is `admin` and password `supersecure`.
2018-12-31 00:08:25 +00:00
## Specific Configuration
2022-07-25 20:18:57 +00:00
An admin user will be created with the username and password of `miniflux_admin_username` and `miniflux_admin_password` respectively. These can be found in the Miniflux section within `all.yml.dist`.