Files
open-webui-installer/installer.conf
2026-04-06 23:20:46 +02:00

18 lines
439 B
Plaintext

# This file contains the main configuration settings for the
# open-webui installer.
# Name of the user to create for the service.
# This user will not be able to interactivly log in, but only to run the service.
# The default value is 'open-webui'
USER="open-webui"
# Name of the group, the user is using.
GROUP="open-webui"
# The directory to install into.
TARGET_DIR="/opt/open-webui"
# The python version to use
PYTHON=python3.12