remove URLs for homepage

This commit is contained in:
Aaron Honeycutt 2025-02-14 15:57:50 +00:00
parent 629387a38b
commit 3e5e41d028

View file

@ -23,21 +23,21 @@
{
Jellyfin = {
icon = "jellyfin.png";
href = "http://100.94.173.5:8096";
href = "URL:8096";
description = "media management";
};
}
{
Kavita = {
icon = "kavita.png";
href = "http://100.94.173.5:5000";
href = "URL:5000";
description = "book management";
};
}
{
PhotoPrism = {
icon = "photoprism.png";
href = "http://100.94.173.5:2342";
href = "URL:2342";
description = "photo management";
};
}
@ -48,14 +48,14 @@
{
Hydra = {
icon = "hydra.png";
href = "http://100.94.173.5:3000";
href = "URL:3000";
description = "the Nix-based continuous build system";
};
}
{
Forgejo = {
icon = "forgejo.png";
href = "http://100.94.173.5:3001";
href = "URL:3001";
description = "a lightweight software forge, with a highlight on being completely free software";
};
}
@ -66,11 +66,11 @@
{
Minecraft = {
icon = "minecraft.png";
href = "http://100.94.173.5:25565";
href = "URL:25565";
description = "stack some blocks";
widget = {
type = "minecraft";
url = "udp://100.94.173.5:25565";
url = "udp://URL:25565";
};
};
}