1
0
forked from finn/site

Merge pull request 'enable mail nots and mail reg auth' (#1) from emailreg into master

Reviewed-on: finn/site#1
This commit is contained in:
finn 2024-07-07 22:27:42 +00:00
commit 3dce87fe93

View File

@ -63,6 +63,9 @@ services:
- GITEA__mailer__PROTOCOL=smtp - GITEA__mailer__PROTOCOL=smtp
- GITEA__mailer__SMTP_ADDR=pmb - GITEA__mailer__SMTP_ADDR=pmb
- GITEA__mailer__SMTP_PORT=25 - GITEA__mailer__SMTP_PORT=25
- GITEA__service__REGISTER_EMAIL_CONFIRM=true
- GITEA__service__NOTIFY_MAIL=true
# To disable new users after setup: # To disable new users after setup:
#- GITEA__service__DISABLE_REGISTRATION=false #- GITEA__service__DISABLE_REGISTRATION=false