Merge pull request #4543 from ezyostudio/next-pushover
feat(notification): add Pushover
This commit is contained in:
@@ -62,6 +62,7 @@ class NotifyDemo extends Command
|
||||
<li>slack</li>
|
||||
<li>discord</li>
|
||||
<li>telegram</li>
|
||||
<li>pushover</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,6 +73,6 @@ class NotifyDemo extends Command
|
||||
<div class="mr-1">
|
||||
In which manner you wish a <strong class="text-coolify">coolified</strong> notification?
|
||||
</div>
|
||||
HTML, ['email', 'slack', 'discord', 'telegram']);
|
||||
HTML, ['email', 'slack', 'discord', 'telegram', 'pushover']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user