Add email notifications to forgejo

This commit is contained in:
Vili Sinervä 2025-06-12 11:02:39 +03:00
parent c722ebaeae
commit 534e7af197
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -28,6 +28,7 @@
};
service = {
DISABLE_REGISTRATION = true; # Disable for initial setup
ENABLE_NOTIFY_MAIL = true;
};
session.COOKIE_SECURE = true;
mailer = {