26 lines
655 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"
# 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"