Emilien Devos
Emilien Devos
Automatically fill/update this file when in a dockerized environment: https://github.com/georchestra/geoserver_minimal_datadir/blob/2038886f66dc10ebf4d705aec1f35856c89b3155/security/role/my_ldap/config.xml#L4 My idea is to check if this file may accept environments variables and with a fallback if the env is...
## Introduction Traefik has been the source of multiple problems, #214 in particular, and is not a friendly web server to work with. This pull request propose to switch from...
Recently the certificate used for `georchestra-127-0-1-1.traefik.me` in the default traefik docker compose file was revoked by the Let's Encrypt entity. This is an issue because on some browser that actually...
Reported on slack by @danduk82. Error when the container openldap starts: ``` docker-ldap-1 | run-parts: executing /docker-entrypoint.d/00-init docker-ldap-1 | run-parts: executing /docker-entrypoint.d/01-populate docker-ldap-1 | slapd: ../../../../servers/slapd/ch_malloc.c:107: ch_calloc: Assertion `0' failed....
The directory name needs to be named `docker` and not something else. Or we will have issues for the security proxy routing. Probably related to `@docker`: https://github.com/georchestra/docker/blob/master/docker-compose.override.yml#L43 Possible solutions: -...
One needs currently to restart copy-datadir then the modified component. This is a bit confusing. We should explain what to properly do when the datadir is updated.
Too many people are failing into this issue. Give a warning before https://github.com/georchestra/docker/issues/214 is solved.
Remove georchestra analytics since we can't use it because security proxy was removed. Also remove security proxy file in envsubst. This commit may be good to backport in georchestra/docker 24.0
The usage of separate containers with envsubst and copy-datadir makes the development difficult, as sometimes the new files are not updated. We are trying to like in Kubernetes (init containers)...
This pull request aims to add back the services that shouldn't entirely be removed, like security-proxy. This PR has these services disabled by default, thanks to "scale: 0": - security-proxy...