[GH-ISSUE #141] Docker label array problem with Unraid #518

Open
opened 2026-04-16 03:29:55 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @DennaGherlyn on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/141

Hello,

first, thank you so much for adding support for labels and config files! This helps so much.

I'm having trouble adding any label of type array via the Unraid UI (e.g. sso-roles). This is because Unraid handles all labels as strings, regardless of what is typed into the field.
This works fine with the boolean (pangolin.proxy-resources.res-name.auth.sso-enabled=true) but not for arrays.

I tried these different versions:

pangolin.proxy-resources.res-name.auth.sso-roles=["Member"]
pangolin.proxy-resources.res-name.auth.sso-roles='["Member"]'
pangolin.proxy-resources.res-name.auth.sso-roles=Member
pangolin.proxy-resources.res-name.auth.sso-roles=["Member","Other Group"]
pangolin.proxy-resources.res-name.auth.sso-roles=Member,Other Group

Would it be possible to add a parser that can convert these labels to the desired type?

Originally created by @DennaGherlyn on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/fosrl/newt/issues/141 Hello, first, thank you so much for adding support for labels and config files! This helps so much. I'm having trouble adding any label of type array via the Unraid UI (e.g. sso-roles). This is because Unraid handles all labels as strings, regardless of what is typed into the field. This works fine with the boolean (`pangolin.proxy-resources.res-name.auth.sso-enabled=true`) but not for arrays. I tried these different versions: ``` pangolin.proxy-resources.res-name.auth.sso-roles=["Member"] pangolin.proxy-resources.res-name.auth.sso-roles='["Member"]' pangolin.proxy-resources.res-name.auth.sso-roles=Member pangolin.proxy-resources.res-name.auth.sso-roles=["Member","Other Group"] pangolin.proxy-resources.res-name.auth.sso-roles=Member,Other Group ``` Would it be possible to add a parser that can convert these labels to the desired type?
GiteaMirror added the bugImprovement labels 2026-04-16 03:29:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#518