Compare commits

...

2 Commits

Author SHA1 Message Date
3dce87fe93 Merge pull request 'enable mail nots and mail reg auth' (#1) from emailreg into master
Reviewed-on: #1
2024-07-07 22:27:42 +00:00
b35615105f enable mail nots and mail reg auth 2024-07-07 22:26:58 +00:00

View File

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