zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 37 forks source link

Make locale configurable in the resulting container #100

Closed fbartels closed 5 years ago

fbartels commented 5 years ago

With the above change its now possible to add KCCONF_ADMIN_DEFAULT_STORE_LOCALE=de_DE.UTF-8 to the compose file and have future stores created in german.

It would be nice to have this by default in the compose file, let setup.sh ask/check the desired locale and then also make sure that the desired locale exists in the container (https://github.com/zokradonh/kopano-docker/blob/master/core/Dockerfile#L48-L49 could be made obsolete by this).

Originally posted by @fbartels in https://github.com/zokradonh/kopano-docker/issues/99#issuecomment-469849796

fbartels commented 5 years ago

fixed with https://github.com/zokradonh/kopano-docker/pull/251