Skip to content
Discussion options

You must be logged in to vote

nvm - managed to get it working. Followed this comment:

First it didn't work for me, but a day later and a restart I could access Lychee :)

For questions in the future here my setup

I have a Lychee instance with Docker on a local server in my homelab, public access through a Wireguard tunnel and NGINX Proxy Manager as Reverse Proxy. I don't have to deal with Apache, the settings in the advanced settings of NGINX Proxy Manager:

proxy_read_timeout 300;
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

did the trick for me.

Replies: 8 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ildyria
Comment options

Comment options

You must be logged in to vote
6 replies
@seth168hh
Comment options

@ildyria
Comment options

@seth168hh
Comment options

@ildyria
Comment options

@d7415
Comment options

Comment options

You must be logged in to vote
2 replies
@ildyria
Comment options

@larsburkhardt
Comment options

Answer selected by ildyria
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #2419 on May 02, 2024 18:17.