Skip to content

Instantly share code, notes, and snippets.

@antoniozh
Created December 6, 2021 22:17
Show Gist options
  • Save antoniozh/cc16ee4010847eaa07f8a97d35737181 to your computer and use it in GitHub Desktop.
Save antoniozh/cc16ee4010847eaa07f8a97d35737181 to your computer and use it in GitHub Desktop.
Reverse proxy DIYHue from a docker container to port 80 on a Synology DiskStation
Set up the reverse proxy with a dummy hostname on the Synology GUI which points to the DIYhue Docker container
Find the reverse proxy file /etc/nginx/sites-enabled/reverse_proxy.conf
Add the local ip address to the server_name: The server_name declaration should be looking as following:
server_name dummy_hostname xxx.xxx.xxx.xxx;
Reload nginx with `sudo nginx -s reload`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment