roam: add forgejo instance

This commit is contained in:
Henri Dohmen 2026-03-19 11:27:45 +01:00
parent a6a5ff50df
commit 1af477fdd3
4 changed files with 79 additions and 7 deletions

View file

@ -7,8 +7,14 @@
stateVersion = 3;
fqdn = "roam.hdohmen.de";
x509.useACMEHost = config.mailserver.fqdn;
domains = [ "hdohmen.de" ];
domains = [
"hdohmen.de"
"git.hdohmen.de"
];
loginAccounts = {
"noreply@git.hdohmen.de" = {
hashedPassword = "$2b$05$F0HyHZWL7fsu3XK4ogSxvuKDIugMiXunisfmhHGQmkiDL4aIEHOxm";
};
"hd@hdohmen.de" = {
hashedPassword = "$y$j9T$ThusPQJOPsUxfJrO6T6kN/$4hoobYwjhxSLo.f8uWg7DZu7gHtRlUt.nfiDC5xN2w2";
aliases = [ "hd@hdohmen.de" ];