+ helper="Get your User Key in Pushover. You need to be logged in to Pushover to see your user key in the top right corner.
Pushover Dashboard"
+ required id="pushoverUserKey" label="User Key" />
-
-
Notification Settings
-
- Select events for which you would like to receive Pushover notifications.
-
-
-
-
Deployments
-
-
-
-
-
-
-
-
-
Scheduled Tasks
-
-
-
-
-
-
-
Server
-
-
-
-
-
-
-
+ helper="Generate an API Token/Key in Pushover by creating a new application.
Create Pushover Application"
+ required id="pushoverApiToken" label="API Token" />
+
+
+
Notification Settings
+
+ Select events for which you would like to receive Pushover notifications.
+
+
+
+
+
+
Scheduled Tasks
+
+
+
+
+
+
+
diff --git a/routes/web.php b/routes/web.php
index 38ce7f15c..3d12b9b46 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -12,9 +12,9 @@
use App\Livewire\ForcePasswordReset;
use App\Livewire\Notifications\Discord as NotificationDiscord;
use App\Livewire\Notifications\Email as NotificationEmail;
+use App\Livewire\Notifications\Pushover as NotificationPushover;
use App\Livewire\Notifications\Slack as NotificationSlack;
use App\Livewire\Notifications\Telegram as NotificationTelegram;
-use App\Livewire\Notifications\Pushover as NotificationPushover;
use App\Livewire\Profile\Index as ProfileIndex;
use App\Livewire\Project\Application\Configuration as ApplicationConfiguration;
use App\Livewire\Project\Application\Deployment\Index as DeploymentIndex;