Add Forgejo to Homepage Dashboard
This commit is contained in:
parent
3d15b7e394
commit
8cdd860a5e
1 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue