Access from LAN and reverse proxy #229

Open
opened 2026-02-04 17:59:32 +03:00 by OVERLORD · 7 comments
Owner

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) ?

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) ?
OVERLORD added the enhancement label 2026-02-04 17:59:32 +03:00
Author
Owner

@meltyshev commented on GitHub (Sep 16, 2022):

Hi! Unfortunately, this is not supported yet 😔

@meltyshev commented on GitHub (Sep 16, 2022): Hi! Unfortunately, this is not supported yet 😔
Author
Owner

@martabal commented on GitHub (Sep 17, 2022):

Oooh too bad ...
Anyway, thank you for this beautiful project !

@martabal commented on GitHub (Sep 17, 2022): Oooh too bad ... Anyway, thank you for this beautiful project !
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Author
Owner

@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/

@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/
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#229