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

docs: Add Show Stopped Containers to Dozzle #3304

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

ddxv
Copy link
Contributor

@ddxv ddxv commented Oct 2, 2024

Include explanation of where all containers option is as referenced in #3221.

Is there a way to do this via docker run and docker compose so those can be added to the FAQ as well? I saw there is a setting showAllContainers:true but am not sure how it should be added.

Include explanation of where all containers option is.
@ddxv ddxv changed the title Add Show Stopped Containers to Dozzle docs: Add Show Stopped Containers to Dozzle Oct 2, 2024
@amir20
Copy link
Owner

amir20 commented Oct 2, 2024

Thanks. I'll be merging this.

Is there a way to do this via docker run and docker compose so those can be added to the FAQ as well? I saw there is a setting showAllContainers:true but am not sure how it should be added.

Not that's not possible. Mainly because these UI configurations are in javascript so passing them from CLI to client is pretty hard. I would have to handle conflicts which can get complicated.

The better option is to use multi-user auth so that Dozzle can save profiles to disk. This ensures that when a user changes their settings, the updates will be reflected on all devices. Without authentication, Dozzle cannot store user settings because there is no concept of a user.

@amir20 amir20 merged commit 3b014dc into amir20:master Oct 2, 2024
6 of 7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants