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,8 +7,8 @@ set -euo pipefail
# Runs the NetBird Management service
# ==============================================================================
DATA_DIR=$(bashio::config 'data_dir')
LOG_LEVEL=$(bashio::config 'log_level')
DATA_DIR="/config/netbird"
LOG_LEVEL="info"
MANAGEMENT_CONFIG="$DATA_DIR/management/management.json"
if [[ ! -f "$MANAGEMENT_CONFIG" ]]; then