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 = {
|
Jellyfin = {
|
||||||
icon = "jellyfin.png";
|
icon = "jellyfin.png";
|
||||||
href = "http://100.94.173.5:8096";
|
href = "URL:8096";
|
||||||
description = "media management";
|
description = "media management";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
Kavita = {
|
Kavita = {
|
||||||
icon = "kavita.png";
|
icon = "kavita.png";
|
||||||
href = "http://100.94.173.5:5000";
|
href = "URL:5000";
|
||||||
description = "book management";
|
description = "book management";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
PhotoPrism = {
|
PhotoPrism = {
|
||||||
icon = "photoprism.png";
|
icon = "photoprism.png";
|
||||||
href = "http://100.94.173.5:2342";
|
href = "URL:2342";
|
||||||
description = "photo management";
|
description = "photo management";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -48,14 +48,14 @@
|
||||||
{
|
{
|
||||||
Hydra = {
|
Hydra = {
|
||||||
icon = "hydra.png";
|
icon = "hydra.png";
|
||||||
href = "http://100.94.173.5:3000";
|
href = "URL:3000";
|
||||||
description = "the Nix-based continuous build system";
|
description = "the Nix-based continuous build system";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
Forgejo = {
|
Forgejo = {
|
||||||
icon = "forgejo.png";
|
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";
|
description = "a lightweight software forge, with a highlight on being completely free software";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,11 +66,11 @@
|
||||||
{
|
{
|
||||||
Minecraft = {
|
Minecraft = {
|
||||||
icon = "minecraft.png";
|
icon = "minecraft.png";
|
||||||
href = "http://100.94.173.5:25565";
|
href = "URL:25565";
|
||||||
description = "stack some blocks";
|
description = "stack some blocks";
|
||||||
widget = {
|
widget = {
|
||||||
type = "minecraft";
|
type = "minecraft";
|
||||||
url = "udp://100.94.173.5:25565";
|
url = "udp://URL:25565";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue