diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-19 01:46:25 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-19 01:46:25 +0800 |
commit | aea207dd3ed8f28aef0627e67a325e50138159ff (patch) | |
tree | b7cae8778447307dbd3a769bc8481461962dba83 /templates/docker-compose.yaml.template | |
parent | 73d0d67ae1c931bb07aecff4850090e105848ac5 (diff) | |
download | crupest-aea207dd3ed8f28aef0627e67a325e50138159ff.tar.gz crupest-aea207dd3ed8f28aef0627e67a325e50138159ff.tar.bz2 crupest-aea207dd3ed8f28aef0627e67a325e50138159ff.zip |
feat(2fa): move to root domain subpath.
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r-- | templates/docker-compose.yaml.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index 532585b..fdf0d11 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -169,7 +169,8 @@ services: - APP_TIMEZONE=UTC - SITE_OWNER=crupest@crupest.life - APP_KEY=${CRUPEST_2FAUTH_APP_KEY} - - APP_URL=https://2fa.${CRUPEST_DOMAIN} + - APP_URL=https://${CRUPEST_DOMAIN}/2fa + - APP_SUBDIRECTORY=2fa - MAIL_MAILER=smtp - MAIL_HOST=mail.crupest.life - MAIL_PORT=465 |