forgejo: enable mail notifications on mention by default
This commit is contained in:
parent
a4b1c668a6
commit
70c9d72ff4
1 changed files with 3 additions and 1 deletions
|
|
@ -42,8 +42,10 @@
|
||||||
- { section: security, option: INSTALL_LOCK, value: 'true' }
|
- { section: security, option: INSTALL_LOCK, value: 'true' }
|
||||||
- { section: mailer, option: ENABLED, value: 'true' }
|
- { section: mailer, option: ENABLED, value: 'true' }
|
||||||
- { section: mailer, option: PROTOCOL, value: 'sendmail' }
|
- { section: mailer, option: PROTOCOL, value: 'sendmail' }
|
||||||
- { section: mailer, option: FROM, value: 'noreply@{{ dns_name }}' }
|
- { section: mailer, option: FROM, value: 'Forgejo <noreply@{{ dns_name }}>' }
|
||||||
- { section: mailer, option: SEND_AS_PLAIN_TEXT, value: 'true' }
|
- { section: mailer, option: SEND_AS_PLAIN_TEXT, value: 'true' }
|
||||||
|
- { section: service, option: ENABLE_NOTIFY_MAIL, value: 'true' }
|
||||||
|
- { section: admin, option: DEFAULT_EMAIL_NOTIFICATIONS, value: 'onmention' }
|
||||||
notify: restart forgejo
|
notify: restart forgejo
|
||||||
|
|
||||||
- name: Enable forgejo service
|
- name: Enable forgejo service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue