From cce34f76fb19d3324d4d6f30322057b640eec10d Mon Sep 17 00:00:00 2001 From: z0x Date: Sun, 2 Feb 2025 23:15:51 -0500 Subject: [PATCH] chore(index): remove cryptgeon and ollama (open-webui) --- public/icons/cryptgeon.svg | 27 --------------------------- public/icons/ollama.svg | 5 ----- src/pages/index.astro | 2 -- 3 files changed, 34 deletions(-) delete mode 100644 public/icons/cryptgeon.svg delete mode 100644 public/icons/ollama.svg diff --git a/public/icons/cryptgeon.svg b/public/icons/cryptgeon.svg deleted file mode 100644 index 8b75a16..0000000 --- a/public/icons/cryptgeon.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - diff --git a/public/icons/ollama.svg b/public/icons/ollama.svg deleted file mode 100644 index 7507614..0000000 --- a/public/icons/ollama.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 32b2d42..5481529 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,6 @@ import ServiceCard from "../components/ServiceCard.astro"; const services = [ { serviceName: "Amnezia" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, - { serviceName: "Cryptgeon" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, @@ -13,7 +12,6 @@ const services = [ { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Navidrome" }, - { serviceName: "Ollama", serviceUrl: "https://open-webui.home.arpa" }, { serviceName: "Radicale" }, { serviceName: "Redlib" }, { serviceName: "Scrutiny" },