Commit Graph

56 Commits (6df9f850d57d660b051c7391b579984c0e59f715)

Author SHA1 Message Date
daniel 0b7faabbd7
Merge pull request #5099 from intentionally-left-nil/fix-multiline-source
Fix parsing multiline variables
9 months ago
Anil Kulkarni 0d1354c6c9
Fix parsing multiline variables
The seen_dot_env_variables parser does not work correctly for multiline variables
Instead, just use set -o allexport to perform the needed behavior in the template file
10 months ago
Anil Kulkarni 69f3e94f09
Fix environment variables
When a bash array is read into a variable, the syntax must be read -r -a <variable name> not read -ar
This fixes ENTRYPOINT_SKIP_SCRIPTS as well as DOCKER_APP_ENSURE_OWNERSHIP_PATHS
10 months ago
Christian Winther e227ee1bd5 use DOCKER_DB_HOST_PORT when checking if database is ready or not 11 months ago
Christian Winther df1f62e734 update docs 1 year ago
Christian Winther c8c2e1c2eb update docs + paths 1 year ago
Christian Winther 2d8e81c83f ensure ownership of shared proxy conf 1 year ago
Christian Winther f0e30c8ab6 expand docs for proxy nginx config 1 year ago
Christian Winther 5a43d7a65d improve error handling for [run-command-as] helper 1 year ago
Christian Winther 027f858d85 ensure correct ownership of ./storage/docker 1 year ago
Christian Winther e2821adcca fix spacing 1 year ago
Christian Winther 8fd27c6f0c use remote build cache for faster local dev 1 year ago
Christian Winther 0addfe5605 allow .env control of a couple of PHP settings 1 year ago
Christian Winther 49a778d128 add CODEOWNERS 1 year ago
Christian Winther bc66b6da18 many small fixes and improvements 1 year ago
Christian Winther 1a6e97c98b try to make 8.3 build working by building imagick from master branch 1 year ago
Christian Winther 8bdb0ca77b fix directory-is-empty and add tests to avoid regressions 1 year ago
Christian Winther 1616c7cb11 make directory-is-empty more robust 1 year ago
Christian Winther ca5710b5ae fix 12-migrations.sh properly detecting new migrations and printing output 1 year ago
Christian Winther 335e6954d2 remove noisy log statements in as-boolean 1 year ago
Christian Winther 5c208d0519 allow easy overrides of any and all files in container via new override mount 1 year ago
Christian Winther aa2669c327 remove invalid/confusing statement in migrations about running migrations when it isn't enabled 1 year ago
Christian Winther 8189b01a26 improve naming of directory-is-empty 1 year ago
Christian Winther c859367e10 fix 02-check-config.sh logic and bad .env.docker syntax 1 year ago
Christian Winther f263dfc4e1 apply editorconfig + shellcheck + shellfmt to all files 1 year ago
Christian Winther 8672453596 fix configuration loading before referencing config 1 year ago
Christian Winther f2b28ece6e longer entrypoint bars 1 year ago
Christian Winther 3598f9f8f4 move check-config to after fix-permissions 1 year ago
Christian Winther 98bae1316f cleanup .env.docker variable names and placement in the file 1 year ago
Christian Winther f135a240cd fix color 1 year ago
Christian Winther dc95d4d800 colors 1 year ago
Christian Winther ca0a25912a more color tuning 1 year ago
Christian Winther 921f34d42e color tweaks 1 year ago
Christian Winther 82ab545f1a more clear separation between log entry points 1 year ago
Christian Winther adbd66eb38 fix defaults 1 year ago
Christian Winther 3feb93b034 cleanup color output 1 year ago
Christian Winther 2d05eccb87 add bats testing 1 year ago
Christian Winther e70e13e265 possible fix is-false/true logic 1 year ago
Christian Winther 90c9d8b5a6 more toned down colors 1 year ago
Christian Winther 9ad04a285a fix missing output colors 1 year ago
Christian Winther 3a7fd8eac9 fix default variables 1 year ago
Christian Winther 45f1df78b0 update proxy-acme paths 1 year ago
Christian Winther 44266b950b conditionally initialize passport and instance actor 1 year ago
Christian Winther be2ba79dc2 bugfixes 1 year ago
Christian Winther de96c5f06d migration docs 1 year ago
Christian Winther 72b454143b tweaking configs 1 year ago
Christian Winther 903aeb7608 more cleanup 1 year ago
Christian Winther 685f62a5d0 allow skipping one-time setup tasks 1 year ago
Christian Winther 7f99bb1024 implement automatic shellcheck linting 1 year ago
Christian Winther b2d6d3dbe7 implement automatic shellcheck linting 1 year ago