Unable to deploy with rootless podman #816

Closed
opened 2026-04-05 17:47:49 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Froggy232 on 10/4/2025

Describe the Bug

Hi,

I try to deploy pangolin rootless on a Hetzner VPS that run Fedora CoreOS.

So far, I have created a new user zone, permitted unprivileged user to open restricted ports, and have redacted theses quadlets files :

Everything start successfully, except that gerbil and traefik seems to not be able to connect to the app, the logs of traefik tell me 2025-10-03T13:50:51Z ERR Provider error, retrying in 732.775521ms error="cannot fetch configuration data: do fetch request: Get \"http://app:3001/api/v1/traefik-config\": dial tcp 127.0.0.1:3001: connect: connection refused" providerName=http and gerbil logs are here.

Thanks you a lot for your help, of course, feel free to ask me any other informations as config files, I can post them too.
Have a nice day

Environment

  • OS Type & Version: Fedora CoreOS 42, pangolin is deployed through rootless podman & quadlet

To Reproduce

Try to deploy pangolin with podman in rootless mode

Expected Behavior

Traefik and gerbil should communicate with the app as they are all in the same pod. When I type podman ps, the app container seems to not have theses ports opened, it's probably related?
Thanks you a lot for your help, I would really love to switch from caddy + wireguard to Pangolin, but I fail to solve this issue.

*Originally created by @Froggy232 on 10/4/2025* ### Describe the Bug Hi, I try to deploy pangolin rootless on a Hetzner VPS that run Fedora CoreOS. So far, I have created a new user zone, permitted unprivileged user to open restricted ports, and have redacted theses quadlets files : - [app.container](https://privatebin.alrhome.net/?5c3920d7b6da2504#8A53C3cJV1ykjTMrdDhegbuQKtZudUL88i4tWnYc1Wik) - [gerbil.container](https://privatebin.alrhome.net/?893a648cc84bda4f#351BtdB1v284xcaFtAJWBQe8wpn7u1Fskio8J4Lu6qXZ) - [traefik.container](https://privatebin.alrhome.net/?28e46f2204050cad#CLDaiafLcDJ4cuV3oH5WGWwNe2R1FXvNDkWz5i5gbRxW) - [pangolin.pod](https://privatebin.alrhome.net/?a5bdbca9c068a7e2#BAuSvXPD2styybEccRM6nkbW8TxhPyVouPVKfkHScT8n) Everything start successfully, except that gerbil and traefik seems to not be able to connect to the app, the logs of traefik tell me `2025-10-03T13:50:51Z ERR Provider error, retrying in 732.775521ms error="cannot fetch configuration data: do fetch request: Get \"http://app:3001/api/v1/traefik-config\": dial tcp 127.0.0.1:3001: connect: connection refused" providerName=http` and gerbil logs are [here](https://privatebin.alrhome.net/?42ad806ca24b5863#EW4g47Rqi9wuTGqRmp665UDesDaPgjUNp3uT7xNsuzJx). Thanks you a lot for your help, of course, feel free to ask me any other informations as config files, I can post them too. Have a nice day ### Environment - OS Type & Version: Fedora CoreOS 42, pangolin is deployed through rootless podman & quadlet ### To Reproduce Try to deploy pangolin with podman in rootless mode ### Expected Behavior Traefik and gerbil should communicate with the app as they are all in the same pod. When I type `podman ps`, the app container seems to not have theses ports opened, it's probably related? Thanks you a lot for your help, I would really love to switch from caddy + wireguard to Pangolin, but I fail to solve this issue.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#816