gitea + jellyfin on homepage
This commit is contained in:
parent
6204b76f83
commit
100a708ce6
@ -227,6 +227,19 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
gitea =
|
||||||
|
let
|
||||||
|
cfg = config.my.servers.gitea;
|
||||||
|
in
|
||||||
|
lib.mkIf (cfg.enable || cfg.enableProxy) {
|
||||||
|
icon = "${cfg.name}.png";
|
||||||
|
href = cfg.url;
|
||||||
|
widget = {
|
||||||
|
url = cfg.local;
|
||||||
|
type = cfg.name;
|
||||||
|
key = "{{HOMEPAGE_VAR_GITEA}}";
|
||||||
|
};
|
||||||
|
};
|
||||||
stash =
|
stash =
|
||||||
let
|
let
|
||||||
name = "stash";
|
name = "stash";
|
||||||
|
|||||||
@ -29,9 +29,10 @@ in
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
main = [
|
main = [
|
||||||
{ inherit (services) nextcloud; }
|
|
||||||
{ inherit (services) plex; }
|
{ inherit (services) plex; }
|
||||||
{ inherit (services) mealie; }
|
{ inherit (services) jellyfin; }
|
||||||
|
{ inherit (services) gitea; }
|
||||||
|
{ inherit (services) nextcloud; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user