|
|
@ -1,17 +1,17 @@ |
|
|
"command: backup": |
|
|
"command: backup": |
|
|
- "/(backup)/i" |
|
|
- "/(command:\\s*backup)/i" |
|
|
"command: console": |
|
|
"command: console": |
|
|
- "/(console|tmux)/i" |
|
|
- "/(command:\\s*console)/i" |
|
|
"command: debug": |
|
|
"command: debug": |
|
|
- "/(command: debug)/i" |
|
|
- "/(command: debug)/i" |
|
|
"command: details": |
|
|
"command: details": |
|
|
- "/(command: details)/i" |
|
|
- "/(command: details)/i" |
|
|
"command: fast-dl": |
|
|
"command: fast-dl": |
|
|
- "/(fast-dl|fastdl)/i" |
|
|
- "/(command:\\s*fast-?dl)/i" |
|
|
"command: install": |
|
|
"command: install": |
|
|
- "/(install)/i" |
|
|
- "/(command:\\s*install)/i" |
|
|
"command: mods": |
|
|
"command: mods": |
|
|
- "/(command: mods)/i" |
|
|
- "/(command:\\s*mods(?:-install|-update|-remove)?)/i" |
|
|
"command: monitor": |
|
|
"command: monitor": |
|
|
- "/(command: monitor)/i" |
|
|
- "/(command: monitor)/i" |
|
|
"command: post-details": |
|
|
"command: post-details": |
|
|
@ -27,147 +27,59 @@ |
|
|
"command: stop": |
|
|
"command: stop": |
|
|
- "/(command: stop)/i" |
|
|
- "/(command: stop)/i" |
|
|
"command: update-lgsm": |
|
|
"command: update-lgsm": |
|
|
- "/(update-lgsm)/i" |
|
|
- "/(command:\\s*update-lgsm)/i" |
|
|
"command: update": |
|
|
"command: update": |
|
|
- "/(command: update)/i" |
|
|
- "/(command:\\s*update(?!-lgsm)\\b)/i" |
|
|
"command: validate": |
|
|
"command: validate": |
|
|
- "/(validate)/i" |
|
|
- "/(command:\\s*validate)/i" |
|
|
"command: wipe": |
|
|
"command: wipe": |
|
|
- "/(wipe)/i" |
|
|
- "/(command:\\s*wipe)/i" |
|
|
|
|
|
|
|
|
# Distros |
|
|
# Distros |
|
|
"distro: AlmaLinux": |
|
|
"distro: AlmaLinux": |
|
|
- "/(Alma)/i" |
|
|
- "/\\bAlmaLinux(?:\\s+\\d+)?\\b/i" |
|
|
"distro: Arch Linux": |
|
|
"distro: Arch Linux": |
|
|
- "/(Arch Linux)/i" |
|
|
- "/\\bArch Linux\\b/i" |
|
|
"distro: CentOS": |
|
|
"distro: CentOS": |
|
|
- "/(CentOS)/i" |
|
|
- "/\\bCentOS(?:\\s+\\d+)?\\b/i" |
|
|
"distro: Debian": |
|
|
"distro: Debian": |
|
|
- "/(Debian)/i" |
|
|
- "/\\bDebian(?:\\s+\\d+)?\\b/i" |
|
|
"distro: Fedora": |
|
|
"distro: Fedora": |
|
|
- "/(Fedora)/i" |
|
|
- "/\\bFedora(?:\\s+\\d+)?\\b/i" |
|
|
"distro: openSUSE": |
|
|
"distro: openSUSE": |
|
|
- "/(openSUSE|suse)/i" |
|
|
- "/\\bopenSUSE\\b/i" |
|
|
"distro: Rocky Linux": |
|
|
"distro: Rocky Linux": |
|
|
- "/(Rocky)/i" |
|
|
- "/\\bRocky(?:\\s+Linux)?(?:\\s+\\d+)?\\b/i" |
|
|
"distro: Slackware": |
|
|
"distro: Slackware": |
|
|
- "/(Slackware)/i" |
|
|
- "/\\bSlackware(?:\\s+\\d+)?\\b/i" |
|
|
"distro: Ubuntu": |
|
|
"distro: Ubuntu": |
|
|
- "/(Ubuntu)/i" |
|
|
- "/\\bUbuntu(?:\\s+\\d+(?:\\.\\d+)?)?\\b/i" |
|
|
|
|
|
|
|
|
# Games |
|
|
|
|
|
"game: 7 Days to Die": |
|
|
|
|
|
- "/(7 Days to Die|sdtd)/i" |
|
|
|
|
|
"game: Ark: Survival Evolved": |
|
|
|
|
|
- "/(Ark: Survival Evolved|Ark)/i" |
|
|
|
|
|
"game: ARMA 3": |
|
|
|
|
|
- "/(ARMA 3|ARMA3)/i" |
|
|
|
|
|
"game: Assetto Corsa": |
|
|
|
|
|
- "/(Assetto Corsa)/i" |
|
|
|
|
|
"game: Avorion": |
|
|
|
|
|
- "/(Avorion)/i" |
|
|
|
|
|
"game: Ballistic Overkill": |
|
|
|
|
|
- "/(Ballistic Overkill)/i" |
|
|
|
|
|
"game: BATTALION: Legacy": |
|
|
|
|
|
- "/(BATTALION: Legacy|Battalion 1944)/i" |
|
|
|
|
|
"game: Barotrauma": |
|
|
|
|
|
- "/(Barotrauma)/i" |
|
|
|
|
|
"game: Counter-Strike: Global Offensive": |
|
|
|
|
|
- "/(Counter-Strike: Global Offensive|CS:GO|csgo)/i" |
|
|
|
|
|
"game: Counter-Strike 2": |
|
|
|
|
|
- "/(Counter-Strike 2|CS2)/i" |
|
|
|
|
|
"game: Counter-Strike: Source": |
|
|
|
|
|
- "/(Counter-Strike: Source|Counter Strike: Source|CS:S)/i" |
|
|
|
|
|
"game: Counter-Strike 1.6": |
|
|
|
|
|
- "/(Counter-Strike 1.6|Counter Strike 1.6|CS 1.6|cs1.6)/i" |
|
|
|
|
|
"game: DayZ": |
|
|
|
|
|
- "/(DayZ|Dayz)/i" |
|
|
|
|
|
"game: Deathmatch Classic": |
|
|
|
|
|
- "/(Deathmatch Classic|Death Match Classic|DMC)/i" |
|
|
|
|
|
"game: Don't Starve Together": |
|
|
|
|
|
- "/(Don't Starve Together|Dont Starve Together|DST)/i" |
|
|
|
|
|
"game: Eco": |
|
|
|
|
|
- "/(^Eco$)/i" |
|
|
|
|
|
"game: Factorio": |
|
|
|
|
|
- "/(Factorio)/i" |
|
|
|
|
|
"game: Garrys Mod": |
|
|
|
|
|
- "/(Garry's Mod|Garrys Mod|GMod)/i" |
|
|
|
|
|
"game: Hurtworld": |
|
|
|
|
|
- "/(Hurtworld|Hurtword)/i" |
|
|
|
|
|
"game: Insurgency": |
|
|
|
|
|
- "/(^Insurgency$|Insurgecy)/i" |
|
|
|
|
|
"game: Insurgency: Sandstorm": |
|
|
|
|
|
- "/(Insurgency: Sandstorm)/i" |
|
|
|
|
|
"game: Killing Floor 2": |
|
|
|
|
|
- "/(Killing Floor 2|KF2)/i" |
|
|
|
|
|
"game: Left 4 Dead 2": |
|
|
|
|
|
- "/(Left 4 Dead 2|L4D2)/i" |
|
|
|
|
|
"game: Minecraft": |
|
|
|
|
|
- "/(Minecraft)((?!bedrock).)*$/i" |
|
|
|
|
|
"game: Minecraft Bedrock": |
|
|
|
|
|
- "/(Bedrock)/i" |
|
|
|
|
|
"game: Project Zomboid": |
|
|
|
|
|
- "/(Project Zomboid|PZ)/i" |
|
|
|
|
|
"game: Quake 3: Arena": |
|
|
|
|
|
- "/(Quake 3: Arena|Quake 3|Q3A|q3)/i" |
|
|
|
|
|
"game: Quake World": |
|
|
|
|
|
- "/(Quake World|QuakeWorld)/i" |
|
|
|
|
|
"game: Rising World": |
|
|
|
|
|
- "/(Rising World)/i" |
|
|
|
|
|
"game: Satisfactory": |
|
|
|
|
|
- "/(Satisfactory)/i" |
|
|
|
|
|
"game: Squad": |
|
|
|
|
|
- "/(Squad)/i" |
|
|
|
|
|
"game: Squad 44": |
|
|
|
|
|
- "/(Squad 44|Post Scriptum)/i" |
|
|
|
|
|
"game: Starbound": |
|
|
|
|
|
- "/(Starbound)/i" |
|
|
|
|
|
"game: Stationeers": |
|
|
|
|
|
- "/(Stationeers)/i" |
|
|
|
|
|
"game: Teamspeak 3": |
|
|
|
|
|
- "/(Teamspeak 3|ts3)/i" |
|
|
|
|
|
"game: Rust": |
|
|
|
|
|
- "/(Rust)/i" |
|
|
|
|
|
"game: Soldier Of Fortune 2: Gold Edition": |
|
|
|
|
|
- "/(Soldier Of Fortune 2: Gold Edition|Soldier of Fortune 2)/i" |
|
|
|
|
|
"game: Unturned": |
|
|
|
|
|
- "/(Unturned)/i" |
|
|
|
|
|
"game: Unreal Tournament 99": |
|
|
|
|
|
- "/(Unreal Tournament 99|ut99)/i" |
|
|
|
|
|
"game: Unreal Tournament 2004": |
|
|
|
|
|
- "/(Unreal Tournament 2004|ut2k4)/i" |
|
|
|
|
|
"game: Unreal Tournament 3": |
|
|
|
|
|
- "/(Unreal Tournament 3|ut3)/i" |
|
|
|
|
|
"game: Valheim": |
|
|
|
|
|
- "/(Valheim)/i" |
|
|
|
|
|
"game: Zombie Master: Reborn": |
|
|
|
|
|
- "/(Zombie Master: Reborn|Zombie Master Reborn)/i" |
|
|
|
|
|
|
|
|
|
|
|
# Info |
|
|
# Info |
|
|
"info: alerts": |
|
|
"info: alerts": |
|
|
- "/(alert)/i" |
|
|
- "/(alert_(discord|email|gotify|ifttt|ntfy|pushbullet|pushover|rocketchat|slack|telegram)|command:\\s*test-alert)/i" |
|
|
"info: dependency": |
|
|
"info: dependency": |
|
|
- "/(dependency|deps)/i" |
|
|
- "/\\b(dependency|dependencies|deps)\\b/i" |
|
|
"info: docker": |
|
|
"info: docker": |
|
|
- "/(docker)/i" |
|
|
- "/\\bdocker\\b/i" |
|
|
"info: docs": |
|
|
"info: docs": |
|
|
- "/(documentation|^docs$)/i" |
|
|
- "/(^docs$)/i" |
|
|
"info: email": |
|
|
"info: email": |
|
|
- "/(postfix|sendmail|exim|smtp)/i" |
|
|
- "/\\b(postfix|sendmail|exim|smtp)\\b/i" |
|
|
"info: query": |
|
|
"info: query": |
|
|
- "/(gamedig|gsquery)/i" |
|
|
- "/\\b(gamedig|gsquery)\\b/i" |
|
|
"info: steamcmd": |
|
|
"info: steamcmd": |
|
|
- "/(steamcmd)/i" |
|
|
- "/\\bsteamcmd\\b/i" |
|
|
"info: systemd": |
|
|
"info: systemd": |
|
|
- "/(systemd)/i" |
|
|
- "/\\bsystemd\\b/i" |
|
|
"info: tmux": |
|
|
"info: tmux": |
|
|
- "/(tmux)/i" |
|
|
- "/(tmuxception|check_tmuxception)/i" |
|
|
"info: website": |
|
|
"info: website": |
|
|
- "/(website)/i" |
|
|
- "/\\bwebsite\\b/i" |
|
|
|
|
|
|
|
|
# Type |
|
|
# Type |
|
|
"type: game server request": |
|
|
"type: game server request": |
|
|
- "/(Server Request)/i" |
|
|
- "/(^\\[server request\\]|^server request:|type:\\s*game server request)/im" |
|
|
"type: bug": |
|
|
"type: bug": |
|
|
- "/(\\[bug\\]|bug report|type: bug)/i" |
|
|
- "/(\\[bug\\]|bug report|type: bug)/i" |
|
|
"type: bugfix": |
|
|
"type: bugfix": |
|
|
@ -219,4 +131,4 @@ |
|
|
"scope: all servers": |
|
|
"scope: all servers": |
|
|
- "/(scope: all servers)/i" |
|
|
- "/(scope: all servers)/i" |
|
|
"scope: documentation": |
|
|
"scope: documentation": |
|
|
- "/(scope: documentation)/i" |
|
|
- "/(scope: documentation|scope: documentation only)/i" |
|
|
|