sui icon indicating copy to clipboard operation
sui copied to clipboard

Labels

Open denis-ev opened this issue 4 years ago • 1 comments

Hey, it's me again, haha. Moved this from Gitlab over to Github.

I'm using you SUI, it's awesome btw and I added it to our project. But I have a problem with the labels, I have the type traefik with connects to dockers -> local-docker. But when I add sui.name=Example and sui.url=https://a.example.tld to the labels it won't change my dashboard.

But you docs say it should still work, even tho my provider is traefik?

{
    "connection": "unix",
    "path": "/var/run/docker.sock"
}

denis-ev avatar Dec 30 '20 08:12 denis-ev

When I made this, I was just piecing random ideas together really, hence why the configuration is a bit of a mess. What you have should work, but there are clearly some issues with the overall approach to configuration. The only part worth checking to get it working is the file name of the local-docker config, as the dockers setting in the træfik config should refer to the file name of the local-docker config file.

I did start work on a better version a while back, but my work got a little more intense around the same time, so I stopped working on it. The main 2 focuses of the new version are:

  • Better configuration (& maybe web-based config too)
  • Detaching the UI from the core service enabling swappable frontends

Early in the new year I do fully intend to get the new version working & on gh. When I do, I'll be sure to link it in this issue thread! (if you have any thoughts on what I should add to the updated version, feel free to email me at my GitHub public email addr)

WillFantom avatar Dec 30 '20 12:12 WillFantom