adds forgejo to hompage
This commit is contained in:
parent
5d35068050
commit
f7e4fdb662
2 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue