linuxserver / docker-calibre

GNU General Public License v3.0
339 stars 62 forks source link

client at 8080 behind nginx proxy manager #69

Closed Albrod closed 2 years ago

Albrod commented 2 years ago

Just adding this to share how i made it work Would be great to have this at the readme

In NPM add a custom location for / pointing to the same place add these configuration using the cogwheel at the rigth

add_header X-Served-By $host; proxy_cookie_path /guacamole/ /; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; include conf.d/include/force-ssl.conf;

I got this from here, it works like a charm https://www.reddit.com/r/selfhosted/comments/fvdmio/need_guacamole_nginx_help/

image image

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

clemans commented 2 years ago

@Albrod Just wanted to say thank you for taking the time to document this! Huge help and the configuration works like a charm!