I need help to deploy KitchenOwl with Pangolin [Tunnel] #1026
THS-Shiniri
started this conversation in
General
Replies: 3 comments
|
I hope it's okay that I'm moving it to discussion |
0 replies
|
Did you get this figured out? I set up kitchenowl and pangolin today without issues. Two suggestions - in the advanced config page of the docs it talks about a FRONT_URL variable for the back container (below your JWT key). This should be the url you set in pangolin. If that doesn't work try disabling the pangolin health check - I've had issues with it not being able to reach the container once and then blocking all requests after that. |
0 replies
|
Same here work perfectly with pangolin |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I have an ISP where I work behind CGNAT and DS-Lite, therefore I have a VPS running Pangolin.
For those who dont know about Pangolin it is kinda like Clouflare Tunnels. This way I can publish Webapps like Immich and co without the need to have a Public IPv4 and without Port Forwarding.
Regarding KitchenOwl:
I am able to access and use it via Web on LAN and over the Internet. The App however cant access the Server over the Internet, but is capable to reach it within the same Network.
My docker compose currently looks like this:
My Pangolin looks like this:
All reactions