fix: vanguards decoupling and project metadata

This commit is contained in:
wander 2026-02-06 19:48:55 -05:00
parent b0a7d4aea1
commit e77d847dcc
3 changed files with 15 additions and 1 deletions

View file

@ -4,6 +4,9 @@
ENABLE_VANGUARDS=${ENABLE_VANGUARDS:-true}
ENABLE_TOR=${ENABLE_TOR:-true}
# Sync with internal variable used by Onions.py
export TOR_ENABLE_VANGUARDS="$ENABLE_VANGUARDS"
# If user specifically requests to disable Vanguards
if [ "$ENABLE_VANGUARDS" = "false" ]; then
echo "Disabling Vanguards service..."