From d4926526eebf4a96dc312fd38c0a09cc29948472 Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 1 Feb 2025 22:52:21 -0500 Subject: [PATCH] feat(index): add ollama (open-webui) --- public/icons/ollama.svg | 5 +++++ src/pages/index.astro | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/icons/ollama.svg diff --git a/public/icons/ollama.svg b/public/icons/ollama.svg new file mode 100644 index 0000000..7507614 --- /dev/null +++ b/public/icons/ollama.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index ebf0a88..32b2d42 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,6 +13,7 @@ const services = [ { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Navidrome" }, + { serviceName: "Ollama", serviceUrl: "https://open-webui.home.arpa" }, { serviceName: "Radicale" }, { serviceName: "Redlib" }, { serviceName: "Scrutiny" },