From d97ddbe2d844e5fae8bfa4fd4f1a047df81e36b5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 4 Feb 2025 21:17:29 -0500 Subject: Deploy open-webui This is a very nice web ui frontend similar to ChatGPT that can use both OpenAI and Ollama as backends at the same time. Currently I'm just using it locally but eventually I think I'll expose it over the internet and use it as my go-to LLM interface. --- Omni/Cloud/Ports.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Omni/Cloud/Ports.nix') diff --git a/Omni/Cloud/Ports.nix b/Omni/Cloud/Ports.nix index 5b8446c..9d5bc4c 100644 --- a/Omni/Cloud/Ports.nix +++ b/Omni/Cloud/Ports.nix @@ -31,6 +31,8 @@ mpd-stream = 8097; murmur = 64738; nostr-relay = 8084; + ollama = 11434; + open-webui = 8088; radicale = 5232; sabten = 8081; ssh = 22; -- cgit v1.2.3