Conversation
bdalsass
approved these changes
Dec 22, 2025
Collaborator
bdalsass
left a comment
There was a problem hiding this comment.
Great ! But i don't understand the modifications on addons/docker_scripts script files.
Contributor
Author
Files were not executable on my environment, so I added the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base information
Objective (enhancement)
Ease update of the Docker environment by automatically
.envto.env.localUltimatly it should also work for non technical people who downloaded a zip from this repo instead of cloning it. The code is ready but it's commented until we make the repo public.
Why not use a token to connect to the private repo?
Because people who can make a token have a GitHub account, which mean they are propably a technical person, which can clone it. The zip method is made for functional people who don't necessarily have a GitHub account.
Proposed solution (bug and enhancement)
auto-update.shscript at the root of the project.env.localfile with variables from.envthat are not already in it$CONF_FOLDERChecklist before requesting a review
Checklist of things to do before PR is ready to merge