add initial framework desktop config
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m13s

This commit is contained in:
2026-01-13 13:51:42 -05:00
parent 737a58a13c
commit ed65f8924d
6 changed files with 254 additions and 31 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=An Open Webui Frontend for Local AI Services
[Container]
Pod=ai.pod
Image=ghcr.io/open-webui/open-webui:main
Volume=open-webui-data:/app/backend/data
[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