howaboutudance / microblog.pub

A self-hosted, single-user, ActivityPub powered microblog.
https://microblog.pub
GNU Affero General Public License v3.0
0 stars 1 forks source link

work around CSRF errors #11

Closed howaboutudance closed 3 years ago

howaboutudance commented 3 years ago

when host is 0.0.0.0 for the container, login on the admin page fails with BAD CSRF error. image

howaboutudance commented 3 years ago

This is a blocker for #5 since login currently does not work in a Kubernetes cluster (at least Minikube)

howaboutudance commented 3 years ago

Temporary fix is:

howaboutudance commented 3 years ago

fixed by adding functionality to grab value from minikube loadbalancer in Makefile