forgejo
This commit is contained in:
parent
72ef09d952
commit
b480446505
4 changed files with 12 additions and 16 deletions
|
@ -28,14 +28,15 @@ in
|
|||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
# mailer = {
|
||||
# ENABLED = true;
|
||||
# SMTP_ADDR = "mail.example.com";
|
||||
# FROM = "noreply@${srv.DOMAIN}";
|
||||
# USER = "noreply@${srv.DOMAIN}";
|
||||
# };
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = "smtp.mailgun.org";
|
||||
SMTP_PORT = 587;
|
||||
FROM = "git@gt.emenel.ca";
|
||||
USER = "git@gt.emenel.ca";
|
||||
};
|
||||
};
|
||||
# mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
|
||||
mailerPasswordFile = config.sops.secrets.forgejo-smtp;
|
||||
};
|
||||
|
||||
caddy.virtualHosts."gt.emenel.ca" = {
|
||||
|
@ -85,8 +86,6 @@ in
|
|||
'';
|
||||
in [
|
||||
forgejo-cli
|
||||
pkgs.forgejo
|
||||
pkgs.forgejo-runner
|
||||
];
|
||||
|
||||
# sops.secrets.forgejo-emenel.owner = "forgejo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue