mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
remove URLs for homepage
This commit is contained in:
parent
629387a38b
commit
3e5e41d028
1 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue