[GH-ISSUE #768] How to use pangolin with Newt and local resources? #1619

Closed
opened 2026-04-16 08:20:30 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @PilaScat on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/768

Hi, I have a VPS with Pangoling and Gerbil installed, it reaches my Newt servers, but I have Uptime Kuma on the same VPS, how can I reach both?
These are my networks:
Image

Originally created by @PilaScat on GitHub (May 22, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/768 Hi, I have a VPS with Pangoling and Gerbil installed, it reaches my Newt servers, but I have Uptime Kuma on the same VPS, how can I reach both? These are my networks: ![Image](https://github.com/user-attachments/assets/4fc35991-6e49-44d0-9980-92eb32706a8c)
Author
Owner

@calim20 commented on GitHub (May 22, 2025):

Hi,
please see https://github.com/fosrl/pangolin/issues/649. You can reach local (docker) resources without using newt when they share the same network as pangolin. You can even use the container name for hostname.

<!-- gh-comment-id:2901244100 --> @calim20 commented on GitHub (May 22, 2025): Hi, please see https://github.com/fosrl/pangolin/issues/649. You can reach local (docker) resources without using newt when they share the same network as pangolin. You can even use the container name for hostname.
Author
Owner

@PilaScat commented on GitHub (May 22, 2025):

Hi, please see #649. You can reach local (docker) resources without using newt when they share the same network as pangolin. You can even use the container name for hostname.

Thank you, I used:

services:
  uptime-kuma:
    restart: always
    networks:
      - pangolin
    volumes:
      - /uptime:/app/data
    container_name: uptime-kuma
    image: louislam/uptime-kuma

networks:
  pangolin:
    external: true

But for now I still got Bad Gateway

<!-- gh-comment-id:2901316974 --> @PilaScat commented on GitHub (May 22, 2025): > Hi, please see [#649](https://github.com/fosrl/pangolin/issues/649). You can reach local (docker) resources without using newt when they share the same network as pangolin. You can even use the container name for hostname. Thank you, I used: ``` services: uptime-kuma: restart: always networks: - pangolin volumes: - /uptime:/app/data container_name: uptime-kuma image: louislam/uptime-kuma networks: pangolin: external: true ``` But for now I still got Bad Gateway
Author
Owner

@PilaScat commented on GitHub (May 22, 2025):

Ok I needed to create a new Local site, now fixed thanks

<!-- gh-comment-id:2901355620 --> @PilaScat commented on GitHub (May 22, 2025): Ok I needed to create a new Local site, now fixed thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1619