Files
huly-selfhost/.template.huly.conf
T
2026-07-04 22:23:20 +07:00

46 lines
1.5 KiB
Plaintext

HULY_VERSION=v0.7.426
DESKTOP_CHANNEL=0.7.426
DOCKER_NAME=huly_v7
# The address of the host or server from which you will access your Huly instance.
# This can be a domain name (e.g., huly.example.com) or an IP address (e.g., 192.168.1.1).
HOST_ADDRESS=${HOST_ADDRESS}
# Set this variable to 'true' to enable SSL (HTTPS/WSS).
# Leave it empty to use non-SSL (HTTP/WS).
SECURE=${SECURE}
# Specify the IP address to bind to; leave blank to bind to all interfaces (0.0.0.0).
# Do not use IP:PORT format in HTTP_BIND or HTTP_PORT.
HTTP_PORT=${HTTP_PORT}
HTTP_BIND=${HTTP_BIND}
# Huly specific variables
TITLE=${TITLE}
DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE}
LAST_NAME_FIRST=${LAST_NAME_FIRST}
# CockroachDB variables
CR_DATABASE=${CR_DATABASE}
CR_USERNAME=${CR_USERNAME}
CR_USER_PASSWORD=${COCKROACH_SECRET}
CR_DB_URL=postgres://${CR_USERNAME}:${COCKROACH_SECRET}@cockroach:26257/${CR_DATABASE}
# Redpanda variables
REDPANDA_ADMIN_USER=${REDPANDA_ADMIN_USER}
REDPANDA_ADMIN_PWD=${REDPANDA_SECRET}
# Docker volume paths - specify custom paths for persistent data storage
# Leave empty to use default Docker named volumes
VOLUME_ELASTIC_PATH=${VOLUME_ELASTIC_PATH}
VOLUME_FILES_PATH=${VOLUME_FILES_PATH}
VOLUME_CR_DATA_PATH=${VOLUME_CR_DATA_PATH}
VOLUME_CR_CERTS_PATH=${VOLUME_CR_CERTS_PATH}
VOLUME_REDPANDA_PATH=${VOLUME_REDPANDA_PATH}
# The following configs are auto-generated by the setup script.
# Please do not manually overwrite.
# Run with --secret to regenerate.
SECRET=${HULY_SECRET}