- GAME_HOST/GAME_PORT im Body - MESSAGE_EXTRA als zusätzliche Body-Zeile (optional) - Body-Layout mehrzeilig: Event, Server, Port, [Extra]
33 lines
798 B
Bash
33 lines
798 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"
|
|
|
|
# Spiel-Adresse:
|
|
export GAME_HOST="mc.techniverse.net"
|
|
export GAME_PORT="25573"
|
|
|
|
# Anzeigename:
|
|
SERVER_NAME="[GER] Blockventure | ⌁25573"
|
|
|
|
# Optionale Zusatzzeile im Body
|
|
MESSAGE_EXTRA="Whitelist aktiv"
|
|
|
|
# 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"
|