Docker based proxy
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 https://open.greenhost.net/stackspin/dashboard-dev-overrides/-/merge_requests/1
Edited by Maarten de Waard