23 lines
617 B
Bash
23 lines
617 B
Bash
# Use an immutable release tag or digest that contains linux/arm64.
|
|
QSFERA_IMAGE=
|
|
|
|
# Public URL used by the Android, desktop and web clients.
|
|
QSFERA_URL=
|
|
|
|
# Bind to localhost when a reverse proxy runs on the Pi.
|
|
QSFERA_BIND_IP=127.0.0.1
|
|
QSFERA_PROXY_TLS=true
|
|
QSFERA_INSECURE=false
|
|
QSFERA_ENABLE_BASIC_AUTH=false
|
|
QSFERA_LOG_LEVEL=info
|
|
|
|
# Do not reuse the example or demo password.
|
|
QSFERA_ADMIN_PASSWORD=
|
|
|
|
# Absolute directories on persistent storage. An external SSD is recommended.
|
|
QSFERA_CONFIG_DIR=
|
|
QSFERA_DATA_DIR=
|
|
|
|
# Set after measuring RAM used by the OS and other services, for example 2g.
|
|
QSFERA_MEMORY_LIMIT=
|