more framework desktop local ai fixes
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m12s

This commit is contained in:
2026-01-20 11:22:59 -05:00
parent 4f3102a2ff
commit 70259d9542
5 changed files with 60 additions and 3 deletions

View File

@@ -11,6 +11,9 @@ Image=ghcr.io/open-webui/open-webui:main
# Nothing too complicated here. Open Webui will basically configure itself.
Volume=open-webui-data:/app/backend/data
# WEBUI_SECRET_KEY is required to prevent logout on Restart
EnvironmentFile=/home/ai/.env/open-webui-env
[Service]
Restart=always
# Extend Timeout to allow time to pull the image