Merge pull request #4543 from ezyostudio/next-pushover

feat(notification): add Pushover
This commit is contained in:
🏔️ Peak
2024-12-11 18:41:18 +01:00
committed by GitHub
31 changed files with 815 additions and 4 deletions

View File

@@ -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']);
}
}