I have a bit of a weird setup, so I’ll take a second to describe it.
I didn’t want to open up port 80 on my home router, but I have an AWS. So, I created beer.coloradoicculus.com which, through an nginx reverse proxy, points to home.coloradoicculus.com:12345.
…Those aren’t the actual URLs, so no need to try them
Anywho, navigating through the kegberry website works great for the most part, but there are a couple of instances that seem to cause issues. Upon logging in, I am redirected to home.coloradoicculus.com/login instead of beer.coloradoicculus.com/login.
The same thing happens when I click on Save Settings under the Advanced tab, and the emails sent out point to home.coloradoicculus.com.
I’m following the crumbs, but have grep’d the entire filesystem for “home.coloradoicculus.com” but didn’t find anything. I also didn’t see anything in mysql, though I admittedly didn’t look for too long.
I somewhat recall setting up that URL during initial setup, but now can’t seem to change it back. Is there any way to do this, or any hints at what I’m looking for? The crumbs have led me to possibly “KEGBOT_BASE_URL” or perhaps something in pykeg.web.urls. Not really sure.
I know I had this issue several years ago when I first had everything up and running, but that was because I was accessing the site via “home.coloradoicculus.com:12345”
Thanks for the help. If you have any questions about my setup, I’m free to share.