Self-hosting miniflux with docker and provisioning with Ansible

1 · Christian · March 25, 2023, 3:36 p.m.
I have been using miniflux for a while now, and I really like it. It’s a great RSS reader. Here I want to share my experience with self-hosting it with docker and nginx. The provisioning is done with Ansible. Pretty simple, and I think it’s a good starting point for anyone who wants to self-host miniflux. I will also share my ansible playbook for provisioning miniflux with docker and nginx. TLDR; Provisioning with Ansible Running miniflux with docker and nginx Reverse proxy with nginx Provisio...