features: license headers + .env file generation #42
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.
Description
This PR inserts the necessary license headers for generated files from their respective templates (except for
mosquitto
see #41 ). Each generated file also now provides metadata of when these files were generated under the license header for more traceability when deployed on multiple devices.It also refactors the logic of generated a core
.env
file for the docker compose project which at the moment adds the Grafana Admin Credentials in the final deployment directory.It fixes #41 caused by the initial introduction of license headers to
mosquitto
whicheclipse-mosquitto
container cannot comprehend.