Commit Graph

22 Commits (f22cb29910f77b31c36970e26b58a19b1afe7c5d)

Author SHA1 Message Date
Nils Bühner 7ea027c761
Merge pull request #57 from dmenneck/update-admin-credentials
Set admin credentials with environment variables
2024-06-06 09:36:05 +02:00
Nils Bühner 7be6e68b2e
Merge pull request #34 from mbosecke/ssl
Added basic HTTPS support
2024-05-29 14:37:59 +02:00
Dirk Mennecke 96e081901b Edit startup.sh to handle credentials update 2024-05-24 15:08:01 +02:00
Jan-Otto Kröpke 1d4bc77faf
Merge branch 'master' into patch-1 2024-02-09 09:35:51 +01:00
Nils Bühner 09f1dfec0c refactor: use function to avoid duplicate code 2024-02-07 14:49:03 +01:00
Nils Bühner 4a68744113 feat: allow use of custom server.xml 2024-02-07 14:29:46 +01:00
Jan-Otto Kröpke d744517e76
Update startup.sh 2024-01-29 11:14:05 +01:00
Jan-Otto Kröpke c691b3578b
Update startup.sh
Co-authored-by: Reinout van Rees <reinout@vanrees.org>
2024-01-29 11:12:25 +01:00
Jan-Otto Kröpke e725d75cd9
Support custom web.xml 2024-01-29 09:50:18 +01:00
Andre Henn 4bc82ce2ba
Apply some CIS Apache Tomcat benchmark recommendations 2023-12-12 14:24:03 +01:00
Mitchell Bösecke 41d2116ee2 Added basic HTTPS support by mounting a JKS file and providing some environment variables. 2023-11-15 15:47:00 -07:00
Mitchell Bösecke 8be469744c Fixed default value for JNDI resource.
In Apache tomcat we have to name it "jdbc/postgres" while in Geoserver we have to name it "java:comp/env/jdbc/postgres".
2023-11-09 10:04:28 -07:00
Mitchell Bösecke d688d24e7a Added support for a PostgreSQL JNDI resource.
- Included a blurb on the README.md
- Provides a default "context.xml" that a user can easily configure using environment variables.
- Provides a mechanism for the user to override the default "context.xml" with their own version of the file for more advanced customization of the connection pool.

Heavily inspired by the work done at https://github.com/kartoza/docker-geoserver.
2023-11-09 08:59:33 -07:00
Nick Graziano a20e2942b3 Add CORS_ALLOW_CREDENTIALS env param that controls cors.support.credentials value, defaults to false, only applies if true and CORS_ALLOWED_ORIGINS is not wildcard. Update README with CORS env vars and PROXY_BASE_URL 2023-08-31 10:20:05 -06:00
Nick Graziano 7c36851a05 Add support for access-control-allow-credentials CORS header when CORS_ALLOWED_ORIGINS is not a wildcard 2023-08-30 12:58:31 -06:00
Andreas Watermeyer 2d0483bee5 Graceful tomcat shutdown 2023-06-07 20:10:18 -07:00
Yervand Aghababyan c8217f80e5
Making sure additional fonts are correctly counted
Currently the additional fonts installation fails as they are wrongly counted in the startup.sh script.
2023-03-25 12:37:26 -07:00
Nils Bühner 58521a88d8 Add logs for extension and font installation 2023-03-01 14:55:03 +01:00
Cristhian Rivera 422be0ae8d
Allow redirection to GeoServer webapp from the ROOT webapp 2022-10-16 13:18:31 +02:00
Jakob Miksch d5dbd403d5 Skip demo data on startup 2022-09-05 15:52:15 +02:00
Jody Garnett a66ec1e028 Troubleshoot Dockerfile handling of data directory and extensions 2022-08-13 23:41:53 -07:00
Johannes Weskamm 5d8ca42c09 Updating docker and scripts 2022-06-22 17:29:47 +02:00