-
Notifications
You must be signed in to change notification settings - Fork 4
Releaseguard Plugin
Bl4DiEDiEBL4 edited this page Aug 12, 2026
·
4 revisions
The releaseguard plugin validates release names before the directory is even
created.
- blocks obviously bad release names at
MKDtime - provides
SITE BANNEDvisibility into banned patterns - keeps junk from entering the race tree in the first place
- can announce rejected MKD attempts to staff via
RELEASEGUARD
Use it together with Autonuke Plugin:
-
releaseguardstops bad names early -
autonukecleans up policy failures found later during scans
Main config block:
plugins:
releaseguard:
enabled: true
config_file: "plugins/releaseguard/config.yml"Shipped settings:
Important config:
-
skip_paths: paths ignored by releaseguard, such as/PREand/REQUESTS -
deny_same_name_in_parent: blocks duplicate names in one parent -
deny_case_conflicts: blocks case-only collisions -
check_nuked_namesandnuked_prefixes: protect nuked-name reuse -
announce_rejects: emits staff-visible reject events -
deny_groups: regex rules for bad group suffixes -
deny_dirs: regex rules for bad release names by path -
allow_dirs: allow-only regex rules by path
- Home
- Installation and Setup
- Setup Helper
- Update and Maintenance
- Docker
- Configuration
- Master-Slave Authentication
- Daemon Overview
- Daemon Plugins
- SITE Commands
- Sitebot
- Sitebot Plugins