Files
configpolicy/group_vars/gitea.yml
Dustin C. Hatch 3511176c31 r/gitea: Configure SMTP mailer
Gitea needs SMTP configuration in order to send e-mail notifications
about e.g. pull requests.  The `gitea_smtp` variable can be defined to
enable this feature.
2024-08-25 08:46:37 -05:00

18 lines
337 B
YAML

apache_default_ssl_vhost: false
sshd_agent_forwarding: false
sshd_tcp_forwarding: false
sshd_x11_forwarding: false
sshd_config_matches:
- object: User
pattern: gitea
password_auth: false
permit_tty: false
burp_backup:
- include: /var/lib/gitea
gitea_smtp:
from: gitea@pyrocufflink.net
addr: mail.pyrocufflink.blue
port: 25