From 081e3bf2b71368b0041254ae27ef6850901ffc55 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 11 Oct 2025 22:15:25 +0530 Subject: [PATCH] removed stray code --- app/routes/home.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 5a34516..d7b03e4 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -13,23 +13,6 @@ export function meta() { ]; } -const services = { - media: [ - { name: "Jellyseerr", url: "http://jellyseerr.aetoskia.com", desc: "Summon films and series from the digital void.", external: true }, - { name: "Sonarr", url: "http://sonarr.aetoskia.com", desc: "Keep the endless chronicles of TV under iron control.", external: true }, - { name: "Radarr", url: "http://radarr.aetoskia.com", desc: "Command the legions of cinema, enforce cinematic order.", external: true }, - { name: "qBit", url: "http://qbit.aetoskia.com", desc: "Torrent war engine, fetching data across the nether realms.", external: true }, - ], - codebase: [ - { name: "Gitea", url: "http://gitea.aetoskia.com", desc: "Forge and safeguard code like a sacred relic.", external: true }, - { name: "Registry", url: "http://registry.aetoskia.com", desc: "Monitor core constructs of the digital empire.", external: true }, - { name: "Drone", url: "http://drone.aetoskia.com", desc: "Automaton architect, building pipelines of perfection.", external: true }, - ], - monitoring: [ - { name: "Portainer", url: "http://portainer.aetoskia.com", desc: "Oversee the fleet of containers with unyielding vigilance.", external: true }, - ], -}; - export default function Home() { return (