feat(homepage): add comics services

This commit is contained in:
matt1432 2025-03-22 22:57:09 -04:00
parent ecaf765bb5
commit d2ff999240
2 changed files with 33 additions and 5 deletions
configurations/nos/modules/homepage
flake.lock

View file

@ -205,7 +205,7 @@
joal = { joal = {
href = "https://joal.nelim.org"; href = "https://joal.nelim.org";
icon = "joal.png"; icon = "joal.png";
description = "boosts YGGTorrent ratio"; description = "secret black magic stuff";
}; };
} }
]; ];
@ -215,6 +215,34 @@
##################################################### #####################################################
{ {
"misc projects" = [ "misc projects" = [
{
komga = rec {
href = "https://komga.nelim.org";
icon = "komga.png";
description = "comic book library";
widget = {
type = "komga";
url = href;
username = "{{HOMEPAGE_VAR_KOMGA_USER}}";
password = "{{HOMEPAGE_VAR_KOMGA_PASSWORD}}";
key = "{{HOMEPAGE_VAR_COMIC_VINE_KEY}}";
};
};
}
{
kapowarr = {
href = "https://lan.nelim.org/kapowarr";
icon = "kapowarr.png";
description = "organizes comic books";
};
}
{
jdownloader2 = {
href = "https://lan.nelim.org/jd2";
icon = "jdownloader2.png";
description = "multi use download client";
};
}
{ {
freshrss = { freshrss = {
href = "https://rss.nelim.org"; href = "https://rss.nelim.org";

8
flake.lock generated
View file

@ -1700,11 +1700,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742356976, "lastModified": 1742698244,
"narHash": "sha256-+wOAk2qoKEibLR26QrMihl5enkijZu42cuBaHaGrBWk=", "narHash": "sha256-QUd27YI5L9ydgMs3Y5MO9XuwgAT1YBfbI3iAVAzw/Mo=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "a840d582efb9a11bd74439a536e8dbfe089977fb", "rev": "ebc18be3c2234e779708f0e4335d458ec22ae1e2",
"revCount": 95, "revCount": 96,
"type": "git", "type": "git",
"url": "ssh://git@git.nelim.org/matt1432/nixos-secrets" "url": "ssh://git@git.nelim.org/matt1432/nixos-secrets"
}, },