Add Pushover support and avatar uploads directory setup

Introduces Pushover as a notification channel with validation and form handling in the group edit view. Also updates the bootstrap script to create and set permissions for the avatar uploads directory.
This commit is contained in:
Hosteroid
2025-11-18 18:34:05 +02:00
parent 2b4035dd29
commit e2be1ef33c
3 changed files with 52 additions and 0 deletions

View File

@@ -468,6 +468,7 @@ class NotificationGroupController extends Controller
'discord' => 'Discord',
'slack' => 'Slack',
'mattermost' => 'Mattermost',
'pushover' => 'Pushover',
'webhook' => 'Webhook'
];