You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've configured two static services in the services.yaml file and three dynamic via docker labels.
The two static ones are configured with weight 0 to sort all of them by name. However only the first static service is sorted by name:
When the weight of Traefik RP is set to -1 it is on top of the list. So the weight setting does work.
When changing the order in the services.yaml file (while keeping the weight for both at 0), Traefik RP is sorted by name between the dynamic containers and Pi-Hole RP is put at the bottom.
- Network Services:
- Traefik RP:
icon: sh-traefik
href: {REDACTED}
description: Open Source Edge Router
weight: 0
- Pi-Hole RP:
icon: sh-pi-hole
href: {REDACTED}
description: Ad-Blocking DNS Server
weight: 0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
I've configured two static services in the services.yaml file and three dynamic via docker labels.
The two static ones are configured with weight 0 to sort all of them by name. However only the first static service is sorted by name:
homepage version
v0.10.9 (b5f4daa)
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
When the weight of Traefik RP is set to -1 it is on top of the list. So the weight setting does work.
When changing the order in the services.yaml file (while keeping the weight for both at 0), Traefik RP is sorted by name between the dynamic containers and Pi-Hole RP is put at the bottom.
Beta Was this translation helpful? Give feedback.
All reactions