Replies: 1 comment
-
|
Hey @git-gnulf! Good catch — the Once it lands in the next release, you'll be able to set it like: TRUST_PROXY=1 npx libre-webui --port 8080It supports:
For now, if you want to test it immediately, you can run from the |
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.
-
Hello,
I am currently trying to install Libre WebUI behind a reverse proxy (first Caddy, then Nginx). However, I am failing. I cannot pass through the TRUST_PROXY. When accessing the web, in the Logs I get the message
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default).I called Libre WebUI withTRUST_PROXY=1 npx libre-webui --port 8080. I also tried other values (True, On). Nothing works. Can you give me a tip on how to make it work?Beta Was this translation helpful? Give feedback.
All reactions