homepage adjustments
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"server bookmarks" = [
|
||||
{
|
||||
readeck = [
|
||||
analytics = [
|
||||
{
|
||||
abbr = "RD";
|
||||
href = "https://laters.lebubu.org/";
|
||||
abbr = "AN";
|
||||
href = "https://analytics.lebubu.org";
|
||||
description = "";
|
||||
}
|
||||
];
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
header = false;
|
||||
tab = "servers";
|
||||
style = "row";
|
||||
columns = 3;
|
||||
columns = 4;
|
||||
};
|
||||
"server bookmarks" = {
|
||||
header = false;
|
||||
|
||||
@@ -188,6 +188,19 @@
|
||||
version = 2;
|
||||
};
|
||||
};
|
||||
linkwarden =
|
||||
let
|
||||
cfg = config.my.servers.linkwarden;
|
||||
in
|
||||
lib.mkIf (cfg.enable || cfg.enableProxy) {
|
||||
icon = "${cfg.name}.png";
|
||||
href = cfg.url;
|
||||
widget = {
|
||||
url = "http://${config.my.ips.wg-server}:${toString cfg.port}";
|
||||
type = cfg.name;
|
||||
key = "{{HOMEPAGE_VAR_LINKWARDEN}}";
|
||||
};
|
||||
};
|
||||
nextcloud =
|
||||
let
|
||||
cfg = config.my.servers.nextcloud;
|
||||
|
||||
@@ -34,6 +34,7 @@ in
|
||||
{ inherit (services) nextcloud; }
|
||||
{ inherit (services) gitea; }
|
||||
{ inherit (services) mealie; }
|
||||
{ inherit (services) linkwarden; }
|
||||
];
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user