fixed forgejo ssh domain

This commit is contained in:
William 2025-01-13 14:02:16 -03:00
parent f8adf6b569
commit 3d2972af6b

View file

@ -14,9 +14,9 @@ in
server = { server = {
PROTOCOL = "http+unix"; PROTOCOL = "http+unix";
DOMAIN = domain; DOMAIN = domain;
SSH_DOMAIN = config.networking.domain;
ROOT_URL = "https://${domain}"; ROOT_URL = "https://${domain}";
OFFLINE_MODE = true; # disable use of CDNs OFFLINE_MODE = true; # disable use of CDNs
SSH_DOMAIN = "baduhai.dev";
}; };
log.LEVEL = "Warn"; log.LEVEL = "Warn";
mailer.ENABLED = false; mailer.ENABLED = false;