Skip to content

Docker based proxy

Maarten de Waard requested to merge docker-based-proxy into main

We used to have to set up an nginx proxy on the machine that you wanted to do development on. Apart from that, you needed a port forwarding script running and you needed a whole bunch of variables defined locally.

This MR solves all those problems. Instead you need to add 1 line to /etc/hosts and run 1 script.

Depends on dashboard-dev-overrides!1 (merged)

Edited by Maarten de Waard

Merge request reports