Replies: 6 comments 8 replies
-
|
Awesome thanks for this! |
Beta Was this translation helpful? Give feedback.
-
|
how can I add a local nextcloud-aio which is running with tailscale and caddy as sidecar to pangolin. Right now I can access my instance with tailscale client |
Beta Was this translation helpful? Give feedback.
-
|
I'm also just seeing bad gateway In my docker compose for pangolin I've got gerbil: &
For I've tried replacing gerbil with my VPS internal IP Any ideas ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Have no success with second-level subdomain (traefik.app.mydomain.com). The first-level (traefik.mydomain.com) subdomain working well. After change in domain did docker compose up -d --force-recreate. |
Beta Was this translation helpful? Give feedback.
-
You don't even need to add the ports line as it's all within the same network / network namespace. @v1rusnl Only add port lines if the host needs to access it if not omit the line. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So today I upgraded to Pangolin 1.1.0 and added a local site without newt. Thanks for this great feature to use local Ressources without newt.
For reference to anybody who wants Traefik Dashboard accessible via Pangolin:
- 127.0.0.1:8081:8080to the Gerbil Ports in the docker-compose.yml of Pangolin and force-recreate the stack to expose Dashboard just on localhost (8081 because 8080 is already taken by Crowdsec)You don't need to open ports on the VPS/Server Firewall!
Beta Was this translation helpful? Give feedback.
All reactions