Allow disabling notifications
This commit is contained in:
@@ -39,6 +39,7 @@ INTERVAL_CHOICES = (
|
||||
SERVICE_CHOICES = (
|
||||
("ntfy", "NTFY"),
|
||||
("webhook", "Custom webhook"),
|
||||
("none", "Disabled"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user