feat(homepage): add comics services
All checks were successful
Discord / discord commits (push) Has been skipped

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

View file

@ -205,7 +205,7 @@
joal = {
href = "https://joal.nelim.org";
icon = "joal.png";
description = "boosts YGGTorrent ratio";
description = "secret black magic stuff";
};
}
];
@ -215,6 +215,34 @@
#####################################################
{
"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 = {
href = "https://rss.nelim.org";

8
flake.lock generated
View file

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