miniflux-fly Miniflux self-hosted on Fly. Install Configure the Fly app Edit the fly.toml file and adjust the app and BASE_URL values to match your environment. Create login credential for Miniflux fly secrets set ADMIN_USERNAME='<username>' fly secrets set ADMIN_PASSWORD='<password>' Create database fly postgres create fly postgres attach <postgres-app> Deploy fly deploy