sui icon indicating copy to clipboard operation
sui copied to clipboard

local-docker connection not populating dashboard

Open jameski83 opened this issue 4 years ago • 7 comments
trafficstars

I am trying to use your fork with the local-docker provider but it only shows SUI on the homepage. I don't use traefik, will this still work with just local-docker?

jameski83 avatar Dec 09 '20 13:12 jameski83

This should work fine with just the local-docker provider setup 👍 Although, you should use the --sui.<>=<> labels for your containers to enable them and to have SUI show friendly names + use appropriate icons on the dashboard.

WillFantom avatar Dec 12 '20 12:12 WillFantom

having the same issue. I have 30 containers on a synolgy nas. Is there specific naming etc i need to do in the containers. it sees docker (confirmed via debug log) but shows nothing

Code-Slave avatar Dec 15 '20 15:12 Code-Slave

I'm currently working on a separate version of this that should make configuration far easier, but due to my work this is taking longer than I thought. For now though, I think you might just need to use container labels (in the readme here). Just having the sui.enabled=true label for each container should at least make them show in the dashboard.

WillFantom avatar Dec 15 '20 15:12 WillFantom

Thanks yes it works if I manually add the labels sui.enabled=true and sui.url=xxxx to each container

jameski83 avatar Dec 15 '20 16:12 jameski83

Same. Although having to add sui.url defaults the whole purpose of autodiscovery i think

Code-Slave avatar Dec 15 '20 17:12 Code-Slave

You're right, but the decision was privacy focused (don't have to remember to disable/hide apps). You can modify the json config for the local docker provider adding "default": true if you want apps to be enabled by default (I think, I can't test this myself right now). I'll make sure this is a tested feature in the updated version.

WillFantom avatar Dec 15 '20 17:12 WillFantom

Adding "default": true does not enable them by default sadly.

Seishirou101 avatar Dec 17 '20 16:12 Seishirou101