Add ntfy.sh
This commit is contained in:
@@ -75,6 +75,24 @@ S3_BUCKET=uploads
|
||||
S3_PUBLIC_URL=http://localhost:9000/uploads
|
||||
S3_FORCE_PATH_STYLE=true
|
||||
|
||||
# ========================================
|
||||
# OPTIONAL: Notifications (ntfy.sh)
|
||||
# ========================================
|
||||
# Plunk includes a self-hosted ntfy.sh server for system notifications
|
||||
# You can access the ntfy web UI at http://localhost:8080 (or your configured NTFY_PORT)
|
||||
# Subscribe to the topic 'plunk-notifications' to receive notifications
|
||||
|
||||
# Port for ntfy web UI and API (default: 8080)
|
||||
NTFY_PORT=8080
|
||||
|
||||
# Ntfy topic URL - Uses internal ntfy service by default
|
||||
# To use external ntfy.sh or your own server, change this URL
|
||||
# Examples:
|
||||
# - Self-hosted (default): http://ntfy/plunk-notifications
|
||||
# - Public ntfy.sh: https://ntfy.sh/your-unique-topic-name
|
||||
# - Custom server: https://your-ntfy-server.com/your-topic
|
||||
NTFY_URL=http://ntfy/plunk-notifications
|
||||
|
||||
# ========================================
|
||||
# OPTIONAL: SMTP Server
|
||||
# ========================================
|
||||
|
||||
Reference in New Issue
Block a user