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 which eclipse-mosquitto container cannot comprehend.
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.