16 Commits

Author SHA1 Message Date
Nicolas Stuhlfauth
137cc0d59c chore: Add EMAIL_FROM_NAME to .env.example 2024-09-18 19:51:37 +02:00
Keith Williams
7924c2051a fix: Docker builds (#359)
* 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>
2024-05-09 13:13:00 -03:00
Omar López
91015a7239 fix: add missing env variables (#325)
* 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>
2024-02-08 10:06:08 -03:00
Colin Griffin
ca0badc792 update readme and env example 2022-11-08 14:01:58 -05:00
Colin Griffin
10c0247a15 updatee defaults in env example 2022-06-15 17:20:08 -04:00
Colin Griffin
0de4e2a0ca replace telemetry key variable with boolean 2022-06-15 16:36:29 -04:00
Colin Griffin
94d5893c4e add deprecation for jwt_secret 2022-04-26 17:22:32 -04:00
Colin Griffin
da59afd476 add deprecation notice for baseurl 2022-04-26 17:07:32 -04:00
Colin Griffin
8b14ee6ffd update required env variables 2022-04-26 15:58:52 -04:00
Flemming Petersen
6c7ebb345a Make use of internal docker networks unifi database name 2021-12-15 16:01:30 +01:00
Colin Griffin
39acc564b3 update NEXTAUTH_URL to NEXT_PUBLIC_APP_URL to match calendso sample 2021-11-22 15:13:17 -05:00
Colin Griffin
930f0cf56a add remark about jwt 2021-11-22 13:53:02 -05:00
Colin Griffin
3118d8fccb remove quotes from env sample 2021-11-19 11:00:02 -05:00
Colin Griffin
985f5a8b43 remove quotes from env sample 2021-11-19 10:59:45 -05:00
Colin Griffin
8194e32181 add missing env var samples 2021-11-19 10:58:26 -05:00
Colin Griffin
3726b561ea rename .env to .env.example to match calendso repo pattern 2021-10-27 13:08:30 -04:00