adds forgejo to hompage

This commit is contained in:
Dennis Schoepf 2026-03-11 23:07:47 +01:00
parent 5d35068050
commit f7e4fdb662
2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@
HTTP_PORT = 9004;
SSH_PORT = lib.head config.services.openssh.ports;
};
service.DISABLE_REGISTRATION = false;
service.DISABLE_REGISTRATION = true;
mailer = {
ENABLED = true;
SMTP_ADDR = "me@dnsc.io";

View file

@ -49,6 +49,11 @@
url = "https://vault.dnsc.io";
icon = "si:vaultwarden";
}
{
title = "Forgejo";
url = "https://git.dnsc.io";
icon = "si:forgejo";
}
{
title = "Notes";
url = "https://notes.dnsc.io";