hurlenko/filebrowser-docker

Use behind nginx proxy manager

Opened this issue · 3 comments

Hi,
I use filebrowser in docker and would like to use it behind nginx proxy manager in https.
Curruntly I'm stuck with http only and I can't get https working. Any clues?

King regards

Hi,
I was getting everything works well.
like this:
image

this is my npm config:
image

how did you config your proxy host?

Hi,

Exactly as you did in the picture + ssl. Did you changed sth into your docker config? Did you use custom locations or sth in advanced panel?

In the Readme, you put a nginx config. How did you deal with this in nginx proxy manager?

What you need to do is changing data dir and config dir with your dirs in docker-compose.yml, then run docker compose up -d in your yml file dir.
btw, maybe you should change your mapping port to another one.

Also I didn't use custom locations. like what you said, we just need config Details and SSL tabs.

In the Readme, you put a nginx config. How did you deal with this in nginx proxy manager?

  1. Go to SSL Certificates Tab and add a ssl cert for you domain.
  2. Go to Hosts -> Proxy Hosts and add one(config like the second pics).