You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spent the last three hours trying to get warpgate running under my reverse proxy but gave up when the login script just redirected to /. I'm a homelabber with no knowledge of reverse proxies except what I can clean from google and SO.
I made some progress in nginx by having a sub location for /warpgate/ and then adding another for /@warpgate/assets/ and /@warpgate/api/ but got stabbed in the back by the login script when it redirected to https://my.domain/.
I ended up caving in and just doing a root level reverse proxy, it might be worth updating the doco so others dont feel my pain! Might also be worth considering removing all of the root slashes - though I know it may not be possible and would be annoying.
That first slash in front of @ warpgate is a killer and I assume embedded everywhere.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've spent the last three hours trying to get warpgate running under my reverse proxy but gave up when the login script just redirected to /. I'm a homelabber with no knowledge of reverse proxies except what I can clean from google and SO.
Host: my.domain
Goal:
Issue: https://my.domain/ -> goes else where not related to warpgate
I made some progress in nginx by having a sub location for /warpgate/ and then adding another for /@warpgate/assets/ and /@warpgate/api/ but got stabbed in the back by the login script when it redirected to https://my.domain/.
I ended up caving in and just doing a root level reverse proxy, it might be worth updating the doco so others dont feel my pain! Might also be worth considering removing all of the root slashes - though I know it may not be possible and would be annoying.
That first slash in front of @ warpgate is a killer and I assume embedded everywhere.
Beta Was this translation helpful? Give feedback.
All reactions