Skip to content
11 changes: 10 additions & 1 deletion frontend/public/json/miniflux.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@
"username": "admin",
"password": "randomly generated during installation process"
},
"notes": []
"notes": [
{
"text": "Admin password available as `ADMIN_PASSWORD` in `~/miniflux.creds`",
"type": "info"
},
{
"text": "By default, Miniflux is only available via `127.0.0.1:8080`. Set `LISTEN_ADDR` in `/etc/miniflux.conf` to `0.0.0.0:8080` to allow external access",
"type": "info"
}
]
}