v2 icon indicating copy to clipboard operation
v2 copied to clipboard

[Bug]: Miniflux Ignores BASE_URL and only accepts "localhost"

Open F1zzyD opened this issue 10 months ago • 0 comments

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

  1. Edit the compose file BASE_URL and LISTEN_ADDR environment variables to the server's local shared ip
  2. Attempt to set up API or an integration
  3. 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.

F1zzyD avatar Jun 03 '25 22:06 F1zzyD