Simplify netbird-server config

This commit is contained in:
Alexandre
2026-02-06 15:59:53 +01:00
parent 58b7628c32
commit 3ade90256d
8 changed files with 51 additions and 137 deletions

View File

@@ -7,7 +7,7 @@ set -euo pipefail
# Runs Coturn
# ==============================================================================
DATA_DIR=$(bashio::config 'data_dir')
DATA_DIR="/config/netbird"
TURN_CONFIG="$DATA_DIR/turn/turnserver.conf"
if [[ ! -f "$TURN_CONFIG" ]]; then