feat(homepage-dashboard): add forgejo

This commit is contained in:
wi11-holdsworth 2026-02-24 22:16:03 +11:00 committed by Will Holdsworth
parent 79dba1beb4
commit c6135ee301
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c
2 changed files with 13 additions and 0 deletions

View file

@ -23,6 +23,7 @@ let
secrets = [
# keep-sorted start
"forgejo-read-token"
"immich"
"jellyfin"
"kavita-api"
@ -79,6 +80,18 @@ in
}
{
"Media Management" = [
{
Forgejo = {
description = "Software forge";
icon = "forgejo.svg";
href = "https://git.fi33.buzz/";
widget = {
type = "gitea";
url = "https://git.fi33.buzz/";
key = "@forgejo-read-token@";
};
};
}
{
Radarr = {
description = "Movie organizer/manager";

Binary file not shown.