open ntfy server by default
This commit is contained in:
parent
a6f7b92423
commit
3583b06022
3 changed files with 49 additions and 31 deletions
14
env.example
14
env.example
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue