mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Access from LAN and reverse proxy #229
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 @martabal on GitHub (Sep 13, 2022).
I can access planka from my LAN and with a domain name with a reverse proxy based on the base_url variable. Is it possible to access the service from the lan (http://192.168.1.x:3000) AND with a domain name (https://my.domain.name) ?
@meltyshev commented on GitHub (Sep 16, 2022):
Hi! Unfortunately, this is not supported yet 😔
@martabal commented on GitHub (Sep 17, 2022):
Oooh too bad ...
Anyway, thank you for this beautiful project !
@tikok974 commented on GitHub (Nov 17, 2022):
Hi,
I've the same request. For security raison, it would be nice if this were possible.
Planka is a great project....thanks for the work.
@PiRXlv commented on GitHub (May 15, 2023):
@martabal , @tikok974 there is a workaround - add external domain name in your hosts file with the local IP for the docker container. Of course it doesn't scale well, but if you have one or two machines, that might help.
@OzoneReloaded commented on GitHub (May 24, 2023):
If anyone encountered the inability to connect to docker-compose built planka that is behind reverse proxy (even after adding the external domain to hosts file for bypassing nat loopback), then try using nginx config from the documentation:
https://docs.planka.cloud/docs/Configuration/webserver/NGINX/
@cachho commented on GitHub (Jan 21, 2025):
I had trouble getting planka up with docker-compose and finding it in my nginx-proxy-manager network (might have to do with what @OzoneReloaded linked, which does not work anymore). Because I also want to use it locally and via VPN, I tried to just put two frontends up on the same database (2x the planka container), but that didn't work.
I'd really appreciate if this the base_url wasn't restricting this.
@jminke commented on GitHub (Sep 16, 2025):
Was looking for a solution to this as well, currently this prevents me to use planka from my work computer since I don't have VPN to access my local network.