Karsten Hassel
Karsten Hassel
@OneGaming36 which OS-Version are u running? 32bit or 64 bit? bullseye or buster?
> MagicMirror repository by default have a file config.js.sample sits inside the config folder (started 4 months ago). Therefore the statement would not return empty string and eventually it would...
No. The first check copies the default-modules if the mapped directory from the host is empty, that's o.k. The last check use a `config.js.template` to create a `config.js` (only if...
The `docker run ...` statement maps volumes from the host into the container. After this mapping `docker-entrypoint.sh` is executed and this script tries to correct some special cases. - It...
My thoughts: - is `git` only a build dependency? The default module `updatenotification` needs `git`, other foreign modules too, e.g. `MMM-RemoteControl`. Installing new modules will not work from within the...
I think @bastilimbach have to decide if he wants to maintain both images. A long time ago I discussed with him the idea not only providing images for `server only`...
The 544 MB are the result building with [this Dockerfile](https://gitlab.com/khassel/magicmirror/-/blob/master/build/Dockerfile) using slim base image. The build setup could be similiar to mine, building debian first and copying the mm-folder to...
> Looking forward to your feedback and input I feel not very comfortable only commenting things here ... * may I missed something but I don't understand the need of...
> I don't see the point why we shouldn't use multi-stage builds. the idea was to do the stuff in one stage (see no image size diff to multi stage),...
This may should be discussed as issue in the mm project.