Replies: 1 comment 3 replies
-
|
Hello simply update your http:
middlewares:
my-sablier:
plugin:
sablier:
group: default
dynamic:
displayName: "My Title"
refreshFrequency: 5s
showDetails: "true"
theme: hacker-terminal
sablierUrl: http://sablier:10000
sessionDuration: 1mto http:
middlewares:
my-sablier:
plugin:
sablier:
- group: default
+ group: whoami # Or metadataRemote dependning on which container you want to wake up using that middleware
dynamic:
displayName: "My Title"
refreshFrequency: 5s
showDetails: "true"
theme: hacker-terminal
sablierUrl: http://sablier:10000
sessionDuration: 1mEach group is used to define a set of containers that you want to wake up at once. Each group can then be referenced by the Traefik plugin (as I've changed it for you). You need to define a plugin for each set of container you want to wake at once. If you need to have two distinct services, create two distinct middleware with the proper group. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have problems to setup sablier with traefik v3.
I get the following error message in the browser.
Error Message in browser
{ "availableGroups": [ "whoami", "metadataRemote" ], "detail": "The group you requested does not exist. It is possible that the group has not been scanned yet.", "error": "group default not found", "instance": "/api/strategies/dynamic?display_name=My+Title\u0026group=default\u0026refresh_frequency=5s\u0026session_duration=1m\u0026show_details=true\u0026theme=hacker-terminal", "requestGroup": "default", "status": 404, "title": "Group not found", "type": "https://sablierapp.dev/#/errors?id=group-not-found" }traefik compose.yaml
sablier compose.yaml
metadata-remote compose.yaml
traefik.yaml
dynamic/metadata-remote.yaml
dynamic/whoami.yaml
dynamic/dynamic/sablier.yaml
Beta Was this translation helpful? Give feedback.
All reactions