feat(forgejo): Update config, and enable mail notifications
Some checks failed
build configuration / build_vault01 (push) Successful in 1m5s
build configuration / build_web02 (push) Successful in 1m7s
build configuration / build_rescue01 (push) Successful in 1m7s
build configuration / build_storage01 (push) Successful in 1m17s
build configuration / build_compute01 (push) Successful in 1m18s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m34s
build configuration / push_to_cache (push) Failing after 10m38s
Some checks failed
build configuration / build_vault01 (push) Successful in 1m5s
build configuration / build_web02 (push) Successful in 1m7s
build configuration / build_rescue01 (push) Successful in 1m7s
build configuration / build_storage01 (push) Successful in 1m17s
build configuration / build_compute01 (push) Successful in 1m18s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m34s
build configuration / push_to_cache (push) Failing after 10m38s
This commit is contained in:
parent
fe076d5ba4
commit
9e75839ada
1 changed files with 21 additions and 16 deletions
|
@ -24,6 +24,26 @@ in
|
|||
APP_NAME = "Forge git de la DGNum";
|
||||
};
|
||||
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "https://gitea.com";
|
||||
};
|
||||
|
||||
admin = {
|
||||
DEFAULT_EMAIL_NOTIFICATIONS = "enabled";
|
||||
};
|
||||
|
||||
log.LEVEL = "Warn";
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "git@infra.dgnum.eu";
|
||||
PROTOCOL = "smtps";
|
||||
SMTP_ADDR = "kurisu.lahfa.xyz";
|
||||
SMTP_PORT = 465;
|
||||
USER = "web-services@infra.dgnum.eu";
|
||||
};
|
||||
|
||||
server = {
|
||||
ROOT_URL = "https://${host}/";
|
||||
DOMAIN = host;
|
||||
|
@ -34,28 +54,13 @@ in
|
|||
|
||||
service = {
|
||||
EMAIL_DOMAIN_ALLOWLIST = "dgnum.eu,*";
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
|
||||
DISABLE_REGISTRATION = false;
|
||||
REGISTER_EMAIL_CONFIRM = true;
|
||||
};
|
||||
|
||||
log.LEVEL = "Warn";
|
||||
|
||||
ui.THEMES = "forgejo-auto,forgejo-light,forgejo-dark";
|
||||
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "https://gitea.com";
|
||||
};
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "git@infra.dgnum.eu";
|
||||
PROTOCOL = "smtps";
|
||||
SMTP_ADDR = "kurisu.lahfa.xyz";
|
||||
SMTP_PORT = 465;
|
||||
USER = "web-services@infra.dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
||||
mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path;
|
||||
|
|
Loading…
Reference in a new issue