update references to codey.lol -> codey.horse [new domain]

This commit is contained in:
2026-02-21 08:00:04 -05:00
parent 94166904f7
commit b5bf5fd5a7
13 changed files with 215 additions and 108 deletions

View File

@@ -24,15 +24,15 @@ const navItems = [
{ label: "Discord Logs", href: "/discord-logs", auth: true },
{ label: "Lighting", href: "/lighting", auth: true, adminOnly: true },
{ label: "Git", href: "https://kode.boatson.boats", icon: "external" },
{ label: "Glances", href: "https://_gl.codey.lol", auth: true, icon: "external",
{ label: "Glances", href: "https://_gl.codey.horse", auth: true, icon: "external",
adminOnly: true },
{ label: "PSQL", href: "https://_pg.codey.lol", auth: true, icon: "external",
{ label: "PSQL", href: "https://_pg.codey.horse", auth: true, icon: "external",
adminOnly: true },
{ label: "qBitTorrent", href: "https://_qb.codey.lol", auth: true, icon: "external",
{ label: "qBitTorrent", href: "https://_qb.codey.horse", auth: true, icon: "external",
adminOnly: true },
{ label: "RQ", href: "https://_rq.codey.lol", auth: true, icon: "external",
{ label: "RQ", href: "https://_rq.codey.horse", auth: true, icon: "external",
adminOnly: true },
{ label: "RI", href: "https://_r0.codey.lol", auth: true, icon: "external",
{ label: "RI", href: "https://_r0.codey.horse", auth: true, icon: "external",
adminOnly: true },
// { label: "Status", href: "https://status.boatson.boats", icon: "external" },
{ label: "Login", href: "/login", guestOnly: true },