feat(homepage): add comics services
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ecaf765bb5
commit
d2ff999240
2 changed files with 33 additions and 5 deletions
|
@ -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
8
flake.lock
generated
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue