forgejo: enable email notifications
This commit is contained in:
parent
fbe8f00e05
commit
a4b1c668a6
2 changed files with 5 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: nginx
|
- role: nginx
|
||||||
|
- role: opensmtpd
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,10 @@
|
||||||
- { section: other, option: SHOW_FOOTER_TEMPLATE_LOAD_TIME, value: 'false' }
|
- { section: other, option: SHOW_FOOTER_TEMPLATE_LOAD_TIME, value: 'false' }
|
||||||
- { section: cron.update_checker, option: ENABLED, value: 'false' }
|
- { section: cron.update_checker, option: ENABLED, value: 'false' }
|
||||||
- { section: security, option: INSTALL_LOCK, value: 'true' }
|
- { section: security, option: INSTALL_LOCK, value: 'true' }
|
||||||
|
- { section: mailer, option: ENABLED, value: 'true' }
|
||||||
|
- { section: mailer, option: PROTOCOL, value: 'sendmail' }
|
||||||
|
- { section: mailer, option: FROM, value: 'noreply@{{ dns_name }}' }
|
||||||
|
- { section: mailer, option: SEND_AS_PLAIN_TEXT, value: 'true' }
|
||||||
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