scriptos 5f4b02d912 - Serverlabel/Tags (SERVER_NAME/SERVER_TAG) in Titel & ntfy-Tags
- State-Verzeichnis per Instanz (Host:Port:Topic)
- Optionales ENV_FILE zum Laden einer spezifischen .env
2025-09-18 22:49:21 +02:00

27 lines
687 B
Bash

# Minecraft RCON
export MC_HOST="mc.techniverse.net"
export RCON_PORT="25575"
export RCON_PASSWORD=""
# Polling
export POLL_SECONDS="10"
export ANNOUNCE_SERVER_UPDOWN="true"
# Anzeigename/Tag
SERVER_NAME="[GER] Blockventure | ⌁25573"
SERVER_TAG="blockventure-25573"
# ntfy
export NTFY_SERVER="https://ntfy.pushservice.techniverse.net"
export NTFY_TOPIC="mc-events"
export NTFY_TOKEN=""
export NTFY_TITLE_PREFIX="🟩 Minecraft"
export NTFY_TAGS_BASE="minecraft"
export NTFY_MARKDOWN="false"
# Optional: Prioritäten (1=hoch, 5=niedrig; ntfy: 5=lowest, 1=urgent)
export NTFY_PRIORITY_JOIN="3"
export NTFY_PRIORITY_LEAVE="3"
export NTFY_PRIORITY_UP="4"
export NTFY_PRIORITY_DOWN="5"