fix: set public URL env for emdash reverse proxy
This commit is contained in:
@@ -11,6 +11,9 @@ services:
|
|||||||
- PORT=4321
|
- PORT=4321
|
||||||
- DATABASE_PATH=/data/emdash.db
|
- DATABASE_PATH=/data/emdash.db
|
||||||
- UPLOAD_DIR=/uploads
|
- UPLOAD_DIR=/uploads
|
||||||
|
- APP_URL=https://emdash.nucleon.fr
|
||||||
|
- PUBLIC_URL=https://emdash.nucleon.fr
|
||||||
|
- RP_ID=emdash.nucleon.fr
|
||||||
# Generate these with: npx emdash auth secret
|
# Generate these with: npx emdash auth secret
|
||||||
# - EMDASH_AUTH_SECRET=
|
# - EMDASH_AUTH_SECRET=
|
||||||
# - EMDASH_PREVIEW_SECRET=
|
# - EMDASH_PREVIEW_SECRET=
|
||||||
|
|||||||
Reference in New Issue
Block a user