-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: replace custom nginx / certbot config with BunkerWeb (#1695)
* build: start replace of proxy img with bunkerweb * build: add working bunkerweb development config * build: auto start pyxform with depends_on * build: include build justfile (removed from gitignore) * build: add odk ssl cert to backend img hardcoded * build: configurable bunkerweb via env vars + odkcentral https proxy * build: update internal odkcentral https://proxy --> https://odkcentral:8443 * build: remove nginx proxy containers configs / builds * ci: remove proxy build workflow * docs: remove refs to building proxy images * build: remove script using nginx proxy containers * build: remove dyanmic var names from proxy (not possible) * build: disable security for proxy in local development * build: start config for docker compose development proxy * build: add OPTIONS http type to ALLOWED_METHODS * build: comment headers overwrite until merge possible / fixed * build: add electric sync service to bunkerweb setup * build: add bunkerweb config for mapper frontend * docs: add madr document about choosing bunkerweb waf * build: setup bunkerweb config for dev server compose file * build: update bunkerweb config --> 1.6.0 * build: dev compose config specify BUNKERWEB_INSTANCES
- Loading branch information
1 parent
40c5a0a
commit 1ff50dc
Showing
57 changed files
with
274 additions
and
1,575 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
### ODK Central ### | ||
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://proxy"} | ||
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://odkcentral:8443"} | ||
ODK_CENTRAL_USER=${ODK_CENTRAL_USER:-"[email protected]"} | ||
ODK_CENTRAL_PASSWD=${ODK_CENTRAL_PASSWD:-"Password1234"} | ||
CENTRAL_WEBHOOK_API_KEY=${CENTRAL_WEBHOOK_API_KEY} | ||
|
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.