feat(sofmani): remove open webui

This commit is contained in:
2025-09-20 15:39:58 +03:00
parent d2e309f1e2
commit 64957459ce
2 changed files with 12 additions and 11 deletions

View File

@@ -326,17 +326,17 @@ install:
command: curl -fsSL https://ollama.com/install.sh | sh
update_command: curl -fsSL https://ollama.com/install.sh | sh
- name: ghcr.io/open-webui/open-webui:main
bin_name: open-webui
tag: openwebui
type: docker
opts:
skip_if_unavailable: true
flags: >
-d
-p 3300:8080
--add-host=host.docker.internal:host-gateway
-v open-webui:/app/backend/data
# - name: ghcr.io/open-webui/open-webui:main
# bin_name: open-webui
# tag: openwebui
# type: docker
# opts:
# skip_if_unavailable: true
# flags: >
# -d
# -p 3300:8080
# --add-host=host.docker.internal:host-gateway
# -v open-webui:/app/backend/data
- name: catimg
type: brew

View File

@@ -172,3 +172,4 @@ alias atu="atuin"
alias geminif="gemini -m gemini-2.5-flash"
alias cfg-edit="vi ~/.dotfiles/.config/sofmani.yml; cp ~/.dotfiles/.config/sofmani.yml ~/.config/"
alias vst="vstask"
alias lsq="lazysql"