[GH-ISSUE #1657] Pangolin doesn't create ressource targets with blueprints #1971

Closed
opened 2026-04-16 08:52:45 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @txwgnd on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1657

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 GitHub (Oct 12, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1657 ### 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.
Author
Owner

@txwgnd commented on GitHub (Oct 19, 2025):

I found the issue myself. The site in pangolin.proxy-resources.pid.targets[0].siteneeds to be filled with the Ressource instead of the Name.

<!-- gh-comment-id:3419974731 --> @txwgnd commented on GitHub (Oct 19, 2025): I found the issue myself. The site in `pangolin.proxy-resources.pid.targets[0].site`needs to be filled with the `Ressource` instead of the `Name`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1971