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
README.md documents only a part of the parameters that are required to setup Lychee 5.0 using a reverse HTTPS proxy.
According to LycheeOrg/Lychee#2103 (comment) the following was required in my case:
Lychee Docker:
TRUSTED_PROXIES: *
APP_URL: https://a.b.com:3444
APP_FORCE_HTTPS: true
In /etc/nginx/nginx.conf of the lychee docker
/etc/nginx/nginx.conf
fastcgi_param HTTPS on;
Can /etc/nginx/nginx.conf be changed for for everyone as alternative?
Can you please extend README.md as well as https://hub.docker.com/r/lycheeorg/lychee with this info?
The text was updated successfully, but these errors were encountered:
@d7415 can you take care of this ? I don't know who has access to lycheeorg on github.
Sorry, something went wrong.
d7415
No branches or pull requests
README.md documents only a part of the parameters that are required to setup Lychee 5.0 using a reverse HTTPS proxy.
According to LycheeOrg/Lychee#2103 (comment) the following was required in my case:
Lychee Docker:
TRUSTED_PROXIES: *
APP_URL: https://a.b.com:3444
APP_FORCE_HTTPS: true
In
/etc/nginx/nginx.conf
of the lychee dockerfastcgi_param HTTPS on;
Can
/etc/nginx/nginx.conf
be changed for for everyone as alternative?Can you please extend README.md as well as https://hub.docker.com/r/lycheeorg/lychee with this info?
The text was updated successfully, but these errors were encountered: