dmad
dmad6mo ago

With the new auth, is there a correct

With the new auth, is there a correct way to proxy forward? E.g I want marimo to run on 127.0.0.1:2718 so that when I visit marimo.dev:80 my nginx forwards my request to 127.0.0.1:2718 and serves the page Maybe I need to play with it a bit more, but marimo is redirecting to 127.0.0.1 and providing a host e.g. marimo.dev tries marimo.dev:2718 I could force port=80, but I have other things running on 80, which is why I run nginx
2 Replies
Myles Scolnick
Myles Scolnick6mo ago
im not sure i totally follow. does the new auth now prevent something that this worked before?
dmad
dmadOP6mo ago
Yes, the hostname redirect isn't always desirable since the access hostname isn't bound to be the one provided to marimo --hostname=marimo.dev:80 --port=2718 Would be fine though. I just ended up turning off auth since just using over my home VPN