v2
v2 copied to clipboard
[Bug]: Miniflux Ignores BASE_URL and only accepts "localhost"
Bug Summary
Miniflux Ignores BASEURL and only accepts "localhost"
Description
I have set BASE_URL and LISTEN_ADDR per the documentation so that I can access the API and integrations through my server's local ip address on my phone. However, Miniflux ignores those environment variables and will only accept connections through http://localhost. I am running Miniflux in a container and can access the webui from a different computer from my local network, but it still refuses any other connection other than localhost.
Steps to Reproduce
- Edit the compose file
BASE_URLandLISTEN_ADDRenvironment variables to the server's local shared ip - Attempt to set up API or an integration
- Miniflux only accepts
localhost, making APIs and integrations fail and rendered useless
Expected Behavior
It should work on another machine....
Actual Behavior
It doesn't work on another machine....
Version
2.2.9
Browser
Firefox
Relevant Logs or Error Output
N/A
Additional Context
No response
Checklist
- [x] I have searched existing issues to ensure this bug hasn't been reported before.