open ntfy server by default

This commit is contained in:
counterweight 2025-10-18 23:58:21 +02:00
parent a6f7b92423
commit 3583b06022
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 49 additions and 31 deletions

View file

@ -1,8 +1,16 @@
# Copy this file to .env and configure your values
NTFY_URL=https://your-ntfy-server.com
NTFY_USER=your-username
NTFY_PASSWORD=your-password
# Required: The topic to send messages to
NTFY_TOPIC=emergency
# Optional: ntfy server URL (defaults to public instance https://ntfy.sh)
# NTFY_URL=https://your-ntfy-server.com
# Optional: Authentication (only needed for private ntfy servers)
# NTFY_USER=your-username
# NTFY_PASSWORD=your-password
# Optional: Server configuration
PORT=3000
UI_MESSAGE=Send an emergency message