adamcooke / staytus

💡 An open source solution for publishing the status of your services
http://staytus.co
MIT License
2.17k stars 284 forks source link

Any way to set an application root context for staytus #263

Closed uyleung closed 3 years ago

uyleung commented 6 years ago

I am trying to run Staytus inside a Kubernetes environment.

And the way staytus redirects to its own pages assumes a root url context of /

is there a way to for me to set it to something like: /staytus/

The problem is when it redirects to /setup/step1 with the / assumption, the path can't be found in my kubernetes set up.

thanks.