angelnu / docker-ccu

Script to create a docker container with the CCU2 firmware
Apache License 2.0
33 stars 14 forks source link

Reverse Proxy #47

Closed stsirakidis closed 3 years ago

stsirakidis commented 3 years ago

I have this docker image running on a RPi and the web GUI is so far on port 80.

What changes are needed to run it behind a reverse proxy?

E.g. I have a nginx reverse proxy running and could proxy e.g. as:

  location /ccu/ {
    proxy_pass  http://ccu/;
    include     common_location.conf;
  }

and this would be like https://[fqdn]/ccu

angelnu commented 3 years ago

Sorry, I have no experience with reverse proxies since I use virtual hosts with Kubernetes ingress so the config is done there automatically for me.

Btw: closing issue since migrated to RaspberryMatic -> see https://github.com/jens-maus/RaspberryMatic/wiki/Docker

If issue is still there in RaspberryMatic please open an issue there - I will provide support there.