-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Install metadata plugins by default, fix some logic for some env variables and add extra env * fix configs * Use env file to store all variables * fix compose file and startup options * remove duplicated data * Fix a bug with libraries for the geoserver printing module * Restructure files * WIP * Fix build issues within the images * Add compose file for building image * Fix geowebcache sync issue * Delete env file * Optimise some logic and allow downloading extensions if they do not exists * Upgrade to Geoserver 2.19.0 and fix building with tomcat 10-jdk11-openjdk-slim-buster * Fix extensions to conform to version 2.19 * fix startup issues using jetty * fix war url * Clean some configs and sanitize running the image * fix build using latest image - Only using jetty * fix build using jetty * Use same functions and add recreate dir env for testing builds * optimise logic * fix build logic order * other optimisations related to configs * Add env and optimise dockerfile and other scripts to be standard * Small fix with clustering logic * Verbose to check if password env is working * some optimisations - wip * some optimisations - wip2 * Fix proxy values for non ssl connections * bump geoserver to 2.19.1 and install jetty staff only when running under jetty * Add random default password if one is not provided * fix startp env variable, password colours in logs * add figlet and remove verbose login * Fix logic for figlet * readme cleanup and remove empty spaces in files * Small fixes with scripts * small tweak - WIP * add build args for user and group name * further improvements * minor tweaks on the scripts * add logic for publishing postgres store using jndi * fix building iwth ssl where possible * add table of contents * add example for nginx reverse proxy * Bump version to 2.19.2 * fixes #285 * only show password in logs if it's a random one and move changing permission after script setup * WIP * WIP changes and updates * WIP - incremental changes * allow tomcat-server.xml to be mounted and add readme * fix update logic in update password and env * revert docker-compose logic * fix jndi pooling * fix logging logic * add logging info * fix errors in readme and improve grammar etc * switch usage of env variable ACTIVATE_ALL_COMMUNITY_EXTENTIONS and strong password for tomcat * update resetting credentials * upgrade version to 20.0 * fix mbstyle plugin * fix clustering for back ward compability * update broker.xml to use db backend * Fix spelling for some env variables and run code through bash checker * fix spelling mistakes in env variables * add https scheme * bump to version 2.20.1 * fix log4j error and add https scheme variable which was previously hardcoded * WIP * Fix build issues within the images * some optimisations - wip * some optimisations - wip2 * Add random default password if one is not provided * fix startp env variable, password colours in logs * further improvements * add logic for publishing postgres store using jndi * add example for nginx reverse proxy * WIP changes and updates * fix update logic in update password and env * revert docker-compose logic * upgrade version to 20.0 * fix mbstyle plugin * update broker.xml to use db backend * Fix some scripts (#259) minor tweaks on the scripts * FIx build with https (#265) * Fixes for jndi (#308) * fix jndi pooling and fix logging logic * update version to 20.0 (#317) * fix mbstyle plugin and upgrade to 20.0 * Added some additional notes to run local image in MacOS M1 Chip (#381) * some optimisations - wip2 * further improvements * add logic for publishing postgres store using jndi * add example for nginx reverse proxy * WIP changes and updates * fix update logic in update password and env * revert docker-compose logic * upgrade version to 20.0 * fix mbstyle plugin * update broker.xml to use db backend * some optimisations - wip2 * further improvements * add logic for publishing postgres store using jndi * WIP changes and updates * fix update logic in update password and env * revert docker-compose logic * upgrade version to 20.0 * fix mbstyle plugin * fix clustering for back ward compability * update broker.xml to use db backend * update documentaion * update db test in compose * update instructions for faster debugimh Co-authored-by: mazano <[email protected]> Co-authored-by: celikn <[email protected]>
- Loading branch information
1 parent
c68e6d2
commit 0a435c1
Showing
10 changed files
with
100 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -433,3 +433,4 @@ if [[ -z "${EXISTING_DATA_DIR}" ]]; then | |
fi | ||
|
||
setup_logging | ||
|