Files
borgbackupserver/.env
T
2026-08-24 08:58:31 +02:00

16 lines
414 B
Bash

APP_URL="https://borg.delmar.bzh"
WEB_PORT=8081
SSH_PORT=22222
PUID=1000
PGID=1000
# Advanced: remap MariaDB (default 100) or ClickHouse (default 999) too. Only
# needed if the host user wants to manage every file under the data volume
# without root. Must not collide with PUID/PGID or any existing SSH client UID.
# MYSQL_PUID=1001
# MYSQL_PGID=1001
# CH_PUID=1002
# CH_PGID=1002
ADMIN_PASS="gHT1mXRXNWcEzdPX"