We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As soon as I set up the http proxy, I get an Internal Server Error when I open jellyseerr.
Internal Server Error
I'm in the same situation as this post, here are my install commands: #343
docker run -d \ --name jellyseerr \ -e LOG_LEVEL=debug \ -e TZ=Asia/Shanghai \ -e JELLYFIN_TYPE=emby \ -e HTTP_PROXY=http://openclash:17890 \ -e HTTPS_PROXY=http://openclash:17890 \ -p 5059:5055 \ -v /volume1/docker/jellyseerr:/app/config \ --restart=always \ fallenbagel/jellyseerr:latest
I tried to change it to this and it still doesn't work, I'm sure all the other containers I installed work fine with this http proxy:
-e HTTP_PROXY=http://192.168.31.100:17890 \ -e HTTPS_PROXY=http://192.168.31.100:17890 \
1.7.0
It's mentioned above
No response
desktop
pc
synology
chrome
The text was updated successfully, but these errors were encountered:
Can you add the noproxy parts too
Sorry, something went wrong.
thank you,It works now. but It’s a bit strange. Other containers don’t need to set the no_proxy variable
That's because we have a health check to localhost so when proxies that would fuck up if localhost itself is going through the proxy
🎉 This issue has been resolved in version 2.1.0 🎉
The release is available on:
v2.1.0
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Description
As soon as I set up the http proxy, I get an
Internal Server Error
when I open jellyseerr.I'm in the same situation as this post, here are my install commands:
#343
I tried to change it to this and it still doesn't work, I'm sure all the other containers I installed work fine with this http proxy:
Version
1.7.0
Steps to Reproduce
It's mentioned above
Screenshots
No response
Logs
No response
Platform
desktop
Device
pc
Operating System
synology
Browser
chrome
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: