-
Descriptionhttps://gethomepage.dev/configs/docker/#ordering I have several “discovered services” and would like to add some configured services: So I have added multiple services via the
Apparently only the first configured service with the weight 0 is sorted correctly, all others end up at the end of the list. Steps to reproduce
homepage versionv0.10.9 (b5f4daa, Jan 6, 2025) Installation methodDocker Configurationsettings.yaml:
- Monitoring:
- Grafana - Dashboard 1:
weight: 0
icon: /icons/grafana.png
href: {REDACTED}
- Grafana - Dashboard 2:
weight: 0
icon: /icons/grafana.png
href: {REDACTED}
- OpenDTU:
icon: /icons/opendtu.png
href: {REDACTED}
weight: 0 Container LogsNo response Browser LogsNo response TroubleshootingI've tried adjusting the weight, setting it to -1 puts the configured services at the top of the list, as does any negative integer. This issue has already been dealt with here, but is still present. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
I did not specify a “weight” in the Docker labels for the “discovered services” themselves. But I was able to solve my problem. In my old configuration, I had configured "weight” like this:
However, if I put the “weight” in quotation marks, then the “configured services” are sorted correctly.
Thanks for the help. |
Beta Was this translation helpful? Give feedback.
I did not specify a “weight” in the Docker labels for the “discovered services” themselves.
But I was able to solve my problem.
In my old configuration, I had configured "weight” like this:
However, if I put the “weight” in quotation marks, then the “configured services” are sorted correctly.
Thanks for the help.