mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-31 00:04:27 +02:00
Message center settings and channel configuration. Telegram and callmebot added
This commit is contained in:
parent
eeeead26cc
commit
dfb4285ab3
8 changed files with 411 additions and 5 deletions
|
@ -19,7 +19,7 @@ class MessageChannel(models.Model):
|
|||
enabled = models.BooleanField(default=True)
|
||||
channel_type = models.CharField(
|
||||
max_length=100, choices=(
|
||||
('callmebot', 'CallMeBot'), ('ntfy', 'ntfy'), ('telegram', 'telegram'),
|
||||
('callmebot', 'CallMeBot (WhatsApp)'), ('telegram', 'Telegram'),
|
||||
)
|
||||
)
|
||||
destination = models.CharField(max_length=100, blank=True, null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue