Pangolin doesn't create ressource targets with blueprints #787

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

Originally created by @txwgnd on 10/12/2025

Describe the Bug

Hello All,

I'm testing the blueprint feature at the moment and it seems that my version of Pangolin is not able to create the targets for a ressource. It does create the ressource itself though.

I'm using these Labels on my Pocket ID compose script:

  - pangolin.proxy-resources.pid.name=Pocket ID
  - pangolin.proxy-resources.pid.protocol=http
  - pangolin.proxy-resources.pid.full-domain=${IDP_SUB}.${MAIN_DOMAIN}
  - pangolin.proxy-resources.pid.ssl=true
  - pangolin.proxy-resources.pid.enabled=false
  - pangolin.proxy-resources.pid.targets[0].site=Helium
  - pangolin.proxy-resources.pid.targets[0].hostname=pid
  - pangolin.proxy-resources.pid.targets[0].port=1411
  - pangolin.proxy-resources.pid.targets[0].method=http
  - pangolin.proxy-resources.pid.targets[0].enabled=false
  - pangolin.proxy-resources.pid.targets[0].path=/test
  - pangolin.proxy-resources.pid.targets[0].path-match=exact

Ressource is created but without any targets.

Environment

  • OS Type & Version: TrueNAS Scale 25.04
  • Pangolin Version: 1.10.3
  • Gerbil Version: 1.0.0
  • Traefik Version: v3.4.0
  • Newt Version: 1.5.2
  • Olm Version: (if applicable)

To Reproduce

Create a Docker Container with some labels to create a Pangolin ressource with a target.

Expected Behavior

The ressource as well as the targets should be created.

*Originally created by @txwgnd on 10/12/2025* ### Describe the Bug Hello All, I'm testing the blueprint feature at the moment and it seems that my version of Pangolin is not able to create the targets for a ressource. It does create the ressource itself though. I'm using these Labels on my Pocket ID compose script: > - pangolin.proxy-resources.pid.name=Pocket ID > - pangolin.proxy-resources.pid.protocol=http > - pangolin.proxy-resources.pid.full-domain=${IDP_SUB}.${MAIN_DOMAIN} > - pangolin.proxy-resources.pid.ssl=true > - pangolin.proxy-resources.pid.enabled=false > - pangolin.proxy-resources.pid.targets[0].site=Helium > - pangolin.proxy-resources.pid.targets[0].hostname=pid > - pangolin.proxy-resources.pid.targets[0].port=1411 > - pangolin.proxy-resources.pid.targets[0].method=http > - pangolin.proxy-resources.pid.targets[0].enabled=false > - pangolin.proxy-resources.pid.targets[0].path=/test > - pangolin.proxy-resources.pid.targets[0].path-match=exact Ressource is created but without any targets. ### Environment - OS Type & Version: TrueNAS Scale 25.04 - Pangolin Version: 1.10.3 - Gerbil Version: 1.0.0 - Traefik Version: v3.4.0 - Newt Version: 1.5.2 - Olm Version: (if applicable) ### To Reproduce Create a Docker Container with some labels to create a Pangolin ressource with a target. ### Expected Behavior The ressource as well as the targets should be created.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#787