PromucFlow_constructor/deploy/docker/fs/opt/appsmith
Shrikant Sharat Kandula 47d9a5e99e
fix: frame-ancestors env variable being overridden (#29521)
We're setting the default value for `APPSMITH_ALLOWED_FRAME_ANCESTORS`
before we initialize env variables from `docker.env`. This make the
default value take a higher precedence over the value configured in
`docker.env`. And since the value in `docker.env` is the one configured
from Admin Settings, it feels like the value configured from the UI is
being ignored.

This fixes the problem by moving the check for this env variable to
_inside_ the reconfigure script, and so doesn't affect any env
variables.
2023-12-11 19:25:12 +05:30
..
templates chore: Improve log formatting for verbose logs (#29429) 2023-12-07 19:56:30 +05:30
utils chore(deps-dev): bump @babel/traverse from 7.19.4 to 7.23.2 in /deploy/docker/fs/opt/appsmith/utils (#28168) 2023-11-06 16:32:16 +05:30
auto_heal.sh chore: Fix auto heal script crash if curl times out (#29472) 2023-12-08 15:22:26 +05:30
caddy-reconfigure.mjs fix: frame-ancestors env variable being overridden (#29521) 2023-12-11 19:25:12 +05:30
entrypoint.sh fix: frame-ancestors env variable being overridden (#29521) 2023-12-11 19:25:12 +05:30
healthcheck.sh chore: Remove RTS Health check in Docker container 2023-10-21 09:58:40 +05:30
install_docker.sh chore: replaced decommisioned urls with new ones (#27786) 2023-10-05 12:07:18 +05:30
mongodb-fixer.sh chore: Update embedded MongoDB Schema version (#27985) 2023-10-17 06:28:45 +05:30
pull_resource.sh
run-caddy.sh chore: Set client's version in index.html at runtime (#29318) 2023-12-06 06:57:22 +05:30
run-java.sh fix: Get Java from GitHub release artifacts directly (#27862) 2023-10-06 19:38:19 +05:30
run-postgres.sh fix: Remove explicit stats directory for embedded Postgres 2023-10-17 15:00:12 +05:30
run-starting-page-init.sh feat: Caddy (#28081) 2023-12-05 10:47:36 +05:30
run-with-env.sh feat: Support running as a non-root user (#28290) 2023-11-15 11:28:25 +05:30
start_app.sh
starting-page-init.py feat: Caddy (#28081) 2023-12-05 10:47:36 +05:30
update-and-restart-supervisor.sh