Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local-docker connection not populating dashboard #4

Open
jameski83 opened this issue Dec 9, 2020 · 7 comments
Open

local-docker connection not populating dashboard #4

jameski83 opened this issue Dec 9, 2020 · 7 comments

Comments

@jameski83
Copy link

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?

@WillFantom
Copy link
Owner

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.

@Code-Slave
Copy link

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

@WillFantom
Copy link
Owner

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.

@jameski83
Copy link
Author

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

@Code-Slave
Copy link

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

@WillFantom
Copy link
Owner

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.

@Seishirou101
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants