mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #118] [CLOSED] Discord webhooks #121
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/plugins/pull/118
Author: @jami100YT
Created: 3/20/2026
Status: ❌ Closed
Base:
main← Head:discord-webhooks📝 Commits (6)
ea49e2dmigrated plugin to github from private git server607eb9cupdate installation instructions with correct URL for plugin import7c93432refactor: improve webhook handling and validation, update installation instructions1e0a005refactor: update property type for events in Webhook model and enhance server status checks in event listener239082crefactor: enhance server status checks in event listener for installation events1482499refactor: improve server status handling and clean up cache updates in event listeners📊 Changes
13 files changed (+753 additions, -0 deletions)
View changed files
➕
discord-webhooks/LICENSE(+6 -0)➕
discord-webhooks/README.md(+47 -0)➕
discord-webhooks/database/migrations/001_create_webhooks_table.php(+29 -0)➕
discord-webhooks/plugin.json(+17 -0)➕
discord-webhooks/src/Console/Commands/CheckServerStatus.php(+66 -0)➕
discord-webhooks/src/Enums/WebhookEvent.php(+51 -0)➕
discord-webhooks/src/Filament/Server/Resources/Webhooks/Pages/ManageWebhooks.php(+11 -0)➕
discord-webhooks/src/Filament/Server/Resources/Webhooks/WebhookResource.php(+165 -0)➕
discord-webhooks/src/Models/Webhook.php(+90 -0)➕
discord-webhooks/src/Policies/WebhookPolicy.php(+8 -0)➕
discord-webhooks/src/Providers/WebhooksPluginProvider.php(+95 -0)➕
discord-webhooks/src/Services/DiscordWebhookService.php(+145 -0)➕
discord-webhooks/src/WebhooksPlugin.php(+23 -0)📄 Description
Send Discord webhook notifications for various server events in Pelican Panel.
Summary by CodeRabbit
New Features
Automation
Documentation
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.