geekup-legodevops
3fcdcddb04
Capture nginx access and error logs in fat container ( #12205 )
2022-03-24 13:47:25 +05:30
geekup-legodevops
382ea53ab3
Refactor to deploy Heroku using new Docker image ( #9127 )
2022-03-24 13:17:36 +05:30
Shrikant Sharat Kandula
993c91e31b
Apply env variables in NGINX config before startup ( #11531 )
...
Instead of doing env substitutions at request processing time, do it
before NGINX even starts.
2022-03-09 12:38:48 +05:30
Ankita Kinger
13fe125a0c
feat: Add disconnect button on auth config pages and form login callout banner ( #11389 )
...
* added form login callout banner
* form login config page changes
* form login config page changes
* added redirecturl and uneditable field components
* added disconnect button on auth pages
* Added env variables for form login auth page
* added disconnect button on auth pages
* updated docs link for dform login callout doc
* added condition for disconnect button
* added ce changes done on ee
* updated css
* suggested changes in PR review
* suggested changes in PR review
* suggested changes in PR review
* reverted gitignore files changes
* reverted gitignore files changes
* updated logic for saving admin settings
* removed unused imports
* added changes for taginput field
* removed console
* removed warning
* removed unwanted changes
2022-03-02 23:48:50 +05:30
Abhinav Jha
938edd5284
chore: Remove old way of adding feature flags ( #11213 )
...
* Remove optimizely, as it isn't being used anymore from the frontend codebase
* Remove optimizely references form netlify config, vercel config, index.html, docker script, nginx templates and example .env file
2022-02-16 19:57:58 +05:30
Shrikant Sharat Kandula
023949626d
Fix missing acme route in NGINX HTTPS config ( #10094 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2022-01-01 11:39:49 +05:30
Shrikant Sharat Kandula
f3ad4ef9bb
Fix variable escaping in docker entrypoint script
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-11-23 15:53:04 +05:30
Shrikant Sharat Kandula
b86abeadc0
Include origin_scheme in new nginx configs
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-11-23 13:47:44 +05:30
geekup-legodevops
5ec733e5a2
Refactor to generate nginx config file with auto-redirect HTTPS ( #9256 )
...
Refactor flow to generate nginx configuration file corresponding Custom domain set up
Add 2 template for Nginx template for HTTP and HTTPS. HTTPS contains new block for auto-redirect for HTTPS
2021-11-23 11:22:09 +05:30