feat(index): add ollama (open-webui)

This commit is contained in:
z0x 2025-02-01 22:52:21 -05:00
parent da8c87256d
commit d4926526ee
2 changed files with 6 additions and 0 deletions

5
public/icons/ollama.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M8 16v-6a2 2 0 1 1 4 0v6"></path>
<path d="M8 13h4"></path>
<path d="M16 8v8"></path>
</svg>

After

Width:  |  Height:  |  Size: 261 B

View file

@ -13,6 +13,7 @@ const services = [
{ serviceName: "Immich" }, { serviceName: "Immich" },
{ serviceName: "Lodestone" }, { serviceName: "Lodestone" },
{ serviceName: "Navidrome" }, { serviceName: "Navidrome" },
{ serviceName: "Ollama", serviceUrl: "https://open-webui.home.arpa" },
{ serviceName: "Radicale" }, { serviceName: "Radicale" },
{ serviceName: "Redlib" }, { serviceName: "Redlib" },
{ serviceName: "Scrutiny" }, { serviceName: "Scrutiny" },