Webhook Support
- Added webhook functionality for notifications
- New configuration parameters:
SendWebhook
- Enable/disable webhook notifications (default:false
)WebhookURL
- The URL to which webhooks will be sentWebhookHeaders
- Custom HTTP headers for webhook requests (can be used for authorization)
Logrotate Configuration
- Added documentation and installation script for logrotate configuration for Marzban Node
- Prevents system overload from excessive log files
- Configuration rotates logs at 50MB size, keeping 5 rotations with compression
New Contributors
- @lifeindarkside made their first contribution in #14
- @TheMelbine made their first contribution in #15
Full Changelog: v0.3.0...v0.3.1