initial observability setup
All checks were successful
Test action / Print hello world (push) Successful in 12s

This commit is contained in:
Chris Kruining 2025-08-19 15:01:22 +02:00
parent a3cb9796b1
commit 6511e513a3
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 253 additions and 3 deletions

View file

@ -113,10 +113,9 @@ in
SMTP_ADDR = "smpts://smtp.black-mail.nl";
FROM = "noreply@kruining.eu";
USER = "noreply@kruining.eu";
PASSWD = "/var/lib/forgejo/custom/mail_password";
};
};
mailerPasswordFile = "/var/lib/forgejo/custom/mail_password";
};
openssh.settings.AllowUsers = [ "forgejo" ];