feat(homepage): update services
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-12 15:35:09 -04:00
parent 5a067656df
commit 13ea2b276f

View file

@ -86,9 +86,9 @@
}; };
} }
{ {
gitea = { forgejo = {
href = "https://git.nelim.org"; href = "https://git.nelim.org";
icon = "gitea.png"; icon = "forgejo.png";
description = "git"; description = "git";
}; };
} }
@ -220,13 +220,6 @@
description = "rss client"; description = "rss client";
}; };
} }
{
docker-hub-rss = {
href = "https://drss.nelim.org";
icon = "freshrss.png";
description = "dockerhub feed maker";
};
}
{ {
rss-bridge = { rss-bridge = {
href = "https://bridge.nelim.org"; href = "https://bridge.nelim.org";
@ -282,6 +275,16 @@
}; };
}; };
} }
{
modded = {
icon = "minecraft.png";
description = "minecwaf";
widget = {
type = "minecraft";
url = "udp://mc2.nelim.org";
};
};
}
]; ];
} }
]; ];