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 have several services running with one or more available webservers. Since I have around 30 docker containers running, I don't want to edit all of them manually and I tried to link autokuma with the traefik labels, because all available service have traefik labels.
Not possible, you could create a snippet to "translate" traefik labels to autokuma ones to decrease duplication, but you'd still need to add a label to include the snippet in the given containers.
Hi and thank you for this awesome project!
I have several services running with one or more available webservers. Since I have around 30 docker containers running, I don't want to edit all of them manually and I tried to link autokuma with the traefik labels, because all available service have traefik labels.
Here are some of my labels
traefik.subdomain
is a custom tag to get rid of the boilerplate I have to set on each service for Traefik.But when I set
AUTOKUMA__DOCKER__LABEL_PREFIX
totraefik
autokuma throws exceptions likeWhich I understand, because the
traefik
labels doesn't match yourkuma.xyz
syntax.Do you have any idea how I can automatically create entries in UptimeKuma with these treafik labels?
The text was updated successfully, but these errors were encountered: