mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Docker label array problem with Unraid #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DennaGherlyn on GitHub (Sep 19, 2025).
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:
Would it be possible to add a parser that can convert these labels to the desired type?