This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
d52aa53bb6
PromucFlow_constructor
/
deploy
/
docker
/
fs
/
opt
/
appsmith
/
run-starting-page-init.sh
5 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: improve starting page removal script with error handling (#23392) - Removed event listener python script, removed supervisor conf for the same. - Added new python script to handle the starting page init. - Python script will be called via a shell script with a failsafe removal of the loading page. - The above shell script will be run as a child of the run java script Tests: The child script exits after execution, and does not create zombie process even when the run java script is called multiple times with restarts. Verified exceptions and failsafe manually by introducing syntax errors and uninstalling requests module. --------- Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2023-06-06 13:02:40 +00:00
#!/bin/bash
chore: Run NGINX with readonly root FS support (#27453) Part of supporting readonly root filesystem, gets NGINX to start without doing any writes to the filesystem, except for in `/tmp`.
2023-09-27 08:08:47 +00:00
python3 /opt/appsmith/starting-page-init.py
feat: Caddy (#28081) This PR replaces NGINX and Certbot with Caddy. 1. Auto-HTTPS when custom domain is set, is handled by Caddy. 2. If past certs exist, that were provisioned by Certbot in older Appsmith versions, we configure Caddy to make use of them. But this only applies if the certs aren't already expired. If they're expired, point 1 applies. 3. If custom certs are provided in `ssl` folder, Caddy will be configured to use them. 4. Incoming `Forwarded` header is not passed to any reverse proxies. So redirect URL is correctly computed on Google Cloud Run. 5. All other route configurations are exactly as they are in NGINX today. Caddy configuration file is generated in the `caddy-reconfigure.mjs` script, which will also reload Caddy with the new configuration.
2023-12-05 05:17:36 +00:00
rm -f
"
$WWW_PATH
/loading.html
"
Reference in New Issue
Copy Permalink