Add Forgejo to Homepage Dashboard

This commit is contained in:
Oliver Davies 2025-05-02 20:38:48 +01:00
parent 3d15b7e394
commit 8cdd860a5e

View file

@ -16,8 +16,28 @@ in
type = types.str;
};
url = mkOption {
default = "code.${homelab.baseDomain}";
homepage.name = mkOption {
default = "Forgejo";
type = types.str;
};
homepage.description = mkOption {
default = "Beyond coding. We forge.";
type = types.str;
};
homepage.icon = mkOption {
default = "forgejo";
type = types.str;
};
homepage.category = mkOption {
default = "Services";
type = types.str;
};
cloudflared.tunnelId = mkOption {
example = "00000000-0000-0000-0000-000000000000";
type = types.str;
};
};