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" },