-
I may have missed it but are there setup instructions to set this up behind a reverse proxy? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 20 replies
-
no, my chain of thought was, that the people using the reverse proxy, will know how to set that up. as far as I know you can set up ips that will (simmilar to portmapping) bound to your outside ip/dns with certain ports. something like
you can set the port of the apache-container to anything you like and set the outside port to something easy like 8000 - but then you will have to map this in your proxy since this is the thing that would pass requests through to the service ... what reverse proxy do you use? Nginx? Cloudflare? |
Beta Was this translation helpful? Give feedback.
-
oh - sorry - you would have to do this in dockerfile and docker-compose.yml prior installation. I did mention this in the install readme/instructions once or twice - but probably not clear enough or to easy to overread .. |
Beta Was this translation helpful? Give feedback.
-
tryed to make it more visible in readme/installation instructions:
|
Beta Was this translation helpful? Give feedback.
-
if you want to set this up on a non docker webserver behind a reverse proxy, you would have to change used ports for apache ... but I dont think that was the question? |
Beta Was this translation helpful? Give feedback.
-
my last test installation was from step 2 by just copying the steps in the readme and pasted it to the shell - worked fine - I hope it does for you too |
Beta Was this translation helpful? Give feedback.
-
ah - ok - had not installed fail2ban on my testsystem so i was not wondering that installation was triggered .. Did you update the docker files (both) to ensure you are opening the needed ports? |
Beta Was this translation helpful? Give feedback.
oh - sorry - you would have to do this in dockerfile and docker-compose.yml prior installation. I did mention this in the install readme/instructions once or twice - but probably not clear enough or to easy to overread ..
but you dont have to use the installer again - the installer just sets up the places that are shared with the container - so you can easy go for
docker-compose stop && docker container prune && docker-compose build && docker-compose up -d
to rebuild quick and easy without loosing settings or .json files if you took a wrong port-config for your setup