Skip to content

Conversation

@zolotarev
Copy link

No description provided.

Add new ADIDOS plugin with monitoring job that enables/disables antibot based on server CPU load. Includes configuration options for thresholds, cooldown period and captcha type. The system periodically checks remote server load via SSH and toggles antibot state accordingly.
Add ssh and curl packages to support additional functionality in the scheduler container
Add ADIDOS_LOG configuration option to enable logging for antibot control. Implement webhook notifications when antibot is enabled/disabled, including load percentage and duration information. Update logic for caching and state management of antibot control.
Initialize config and services variables before database update to prevent potential undefined variable errors
The command was previously extracting the wrong field from top output, showing CPU idle time instead of usage. Updated to properly calculate CPU usage by subtracting idle from 100.
- Add ADIDOS_USE_WEBHOOK setting to enable/disable webhook notifications
- Update plugin version from 1.1 to 1.2
- Improve webhook function with enable check and better error handling
- Clarify logging help text for load-based antibot control
@zolotarev zolotarev merged commit 0564f5f into master Aug 11, 2025
@zolotarev zolotarev deleted the feature/add-adidos-plugin branch August 11, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants