Bug: No way to use nested groups via annotations #4704
-
DescriptionIt does not seem to be possible to use ingress annotations to target a nested group. homepage versionv0.10.9 (b5f4daa, Jan 6, 2025) Installation methodDocker Configurationservices:
- Hardware:
- Group1:
- Foo:
description: Examples
- UPS: ingress: annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: Random Battery
gethomepage.dev/group: Hardware/UPS
gethomepage.dev/name: Battery In general it behaves as you'd expect without nested groups:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I don’t actually use k8s so testing this would be a bit of a challenge. You’re saying you’ve defined the group in the “layout” block of settings? (Your code above says otherwise) |
Beta Was this translation helpful? Give feedback.
-
Looking at https://gethomepage.dev/configs/services/#nested-groups I didn't think I needed a layout for nested groups. (I have tried with and without.) What is the annotation syntax for addressing a nested group? (And is it possible to differentiate groups under different headers? EG "Downstairs/Lights" and "Upstairs/Lights".) Using the examples, https://gethomepage.dev/configs/kubernetes/#automatic-service-discovery shows that these annotations: gethomepage.dev/group: Media
gethomepage.dev/name: Emby
gethomepage.dev/icon: emby.png are grouped as: services:
- Media:
- Emby:
icon: emby.png How would I turn it to: services:
- Media:
- Sources:
- Emby:
icon: emby.png
... |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Man, I dont enjoy working with k8s.
If you have a moment there's a docker image
feature/k8s-nesting
I'd be curious to know if it makes a difference