Miniflux Ignores BASE_URL and only accepts "localhost" #3591
F1zzyD
started this conversation in
Installation & Configuration
Replies: 1 comment
-
|
I'm having a hard time understanding what you're trying to achieve. If you're experiencing installation or configuration issues, it's better to use the forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Summary
Miniflux Ignores BASEURL and only accepts "localhost"
Description
I have set
BASE_URLandLISTEN_ADDRper 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 throughhttp://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 thanlocalhost.Steps to Reproduce
BASE_URLandLISTEN_ADDRenvironment variables to the server's local shared iplocalhost, making APIs and integrations fail and rendered uselessExpected 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
Additional Context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions