Files
homelab/active/device_framework_desktop/quadlets/open-webui.container
ducoterra 70259d9542
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m12s
more framework desktop local ai fixes
2026-01-20 11:22:59 -05:00

24 lines
568 B
Plaintext

[Unit]
Description=An Open Webui Frontend for Local AI Services
[Container]
# Shared AI pod
Pod=ai.pod
# Open Webui base image
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
TimeoutStartSec=900
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target