mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
going in from the outside #200
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pointjalta on GitHub (May 27, 2022).
Hi fellow earthlings,
I am running planka in a docker container on Debian. Besides Planka I am also running other services in docker container, like home assistant for example. Planka works perfectly inside my home network. But when I am not connected to my home network I can login to my home assistant without any problems. When I try to do the same with Planka I get the Planka login screen just fine. But after I entered my login and password the login changes to the Planka background color (dark grey). But from that point it doesn't go further. It seems to keep loading the Planka interface like forever. In my router settings I configured the port-forwarding for Planka exactly the same way I did for home assistant.
But for some reason this didn't help me to make Planka available outside my home network like I have with home assistant. Does anyone have any idea what is causing this issue ?
@GrahamJenkins commented on GitHub (Jul 15, 2022):
Hi @pointjalta it's hard to help without knowing how you have HA set up. I would suspect that it may have something to do with websockets not being forwarded properly. I'm not sure if it is the same page, but I had the grey background and spinner with incorrect reverse proxy configuration, is that what you are seeing?
Possibly related: #21
@mdeanda commented on GitHub (Sep 12, 2022):
It might have to do with the BASE_URL setting in the docker-compose file you used.