-
-
Notifications
You must be signed in to change notification settings - Fork 364
feat: implements support for custom container names #3197
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
Conversation
Nice. And updated docs too 🚀 |
@Jeto143 quick favor. When developing Dozzle for the first time, were the instructions at https://github.com/amir20/dozzle?tab=readme-ov-file#building enough? Let me know if that should be updated. |
Sure! First a quick disclaimer, I have never developed in Go before (even though I've wanted to learn it for quite some time). I use MacOS and IntelliJ IDEA. The process overall went well but I had to do a few things that weren't mentioned in the README (for most of them they probably shouldn't anyway, see below):
Hope this'll help! |
Ah nice. That's good. I'll update On 4, that's because the browser is opening but the Go binary is still compiling. I am not sure of a better solution. |
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [amir20/dozzle](https://togithub.com/amir20/dozzle) | minor | `v8.1.5` -> `v8.2.0` | `v8.2.1` | --- ### Release Notes <details> <summary>amir20/dozzle (amir20/dozzle)</summary> ### [`v8.2.0`](https://togithub.com/amir20/dozzle/releases/tag/v8.2.0) [Compare Source](https://togithub.com/amir20/dozzle/compare/v8.1.5...v8.2.0) ##### 🚀 Features - Implements support for custom container names - by [@​Jeto143](https://togithub.com/Jeto143) in [https://github.com/amir20/dozzle/issues/3197](https://togithub.com/amir20/dozzle/issues/3197) [<samp>(acbb2)</samp>](https://togithub.com/amir20/dozzle/commit/acbb2a8d) - Reads certs locally if available - by [@​amir20](https://togithub.com/amir20) in [https://github.com/amir20/dozzle/issues/3196](https://togithub.com/amir20/dozzle/issues/3196) [<samp>(7f735)</samp>](https://togithub.com/amir20/dozzle/commit/7f735d26) ##### [View changes on GitHub](https://togithub.com/amir20/dozzle/compare/v8.1.5...v8.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/NorkzYT/Wolflith). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6InN0YWdpbmciLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwibWlub3IiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This introduces the ability to customize a container's name by adding a
dev.dozzle.name
label to it.Related issue:
#3189