* Testing: Separate RUN commands
* Test with no prune
* Copying v2 API app to test
* Added NEXT_PUBLIC_API_V2_URL
* Added default value for NEXT_PUBLIC_API_V2_URL
* add cleanup step in docker-build-push-dockerhub
* move cleanup and add directory list for directory context
* --WIP
* Setting the CWD for building the web app
* Trying a workspace command to run with --cwd
* Use action to free disk space
* combined the jobs
* Bring back app router
* Clean up
* Removed the extra push image step
* clean up
* Made the checkout more flexible
* Just testing the github.ref
* Reverted changes related to the version input
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* fix: add missing env variables
* Added DATABASE_DIRECT_URL to README
* Updated text
* Added to build-time variable and removed default
* Removed extra connection string
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
@@ -206,7 +206,8 @@ These variables must also be provided at runtime
| NEXTAUTH_URL | Location of the auth server. By default, this is the Cal.com docker instance itself. | optional | `{NEXT_PUBLIC_WEBAPP_URL}/api/auth` |
| NEXTAUTH_SECRET | must match build variable | required | `secret` |
| CALENDSO_ENCRYPTION_KEY | must match build variable | required | `secret` |
| DATABASE_URL | database url with credentials - if using a connection pooler, this setting should point there | required | `postgresql://unicorn_user:magical_password@database:5432/calendso` |
| DATABASE_DIRECT_URL | direct database url with credentials if using a connection pooler (e.g. PgBouncer, Prisma Accelerate, etc.) | optional | |
### Build-time variables
@@ -219,7 +220,8 @@ Updating these variables is not required for evaluation, but is required for run
| NEXT_PUBLIC_WEBAPP_URL | Base URL injected into static files | optional | `http://localhost:3000` |
| DATABASE_URL | database url with credentials - if using a connection pooler, this setting should point there | required | `postgresql://unicorn_user:magical_password@database:5432/calendso` |
| DATABASE_DIRECT_URL | direct database url with credentials if using a connection pooler (e.g. PgBouncer, Prisma Accelerate, etc.) | optional | |
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.