feat: add steam_disk_space egg feature to SteamCMD eggs

A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
This commit is contained in:
softwarenoob
2022-01-20 20:09:13 +02:00
parent ca944ddc9e
commit 777174781c
52 changed files with 389 additions and 220 deletions

View File

@@ -8,7 +8,9 @@
"name": "SCP:SL",
"author": "info@goover.de",
"description": "Egg for SCP: Secret Laboratory Dedicated Linux Server",
"features": null,
"features": [
"steam_disk_space"
],
"images": [
"ghcr.io\/parkervcp\/yolks:mono_latest"
],

View File

@@ -8,7 +8,9 @@
"name": "SCP:SL - Exiled",
"author": "info@goover.de",
"description": "Egg for SCP: Secret Laboratory Dedicated Linux Server with Exiled Plugin Framework",
"features": null,
"features": [
"steam_disk_space"
],
"images": [
"ghcr.io\/parkervcp\/yolks:mono_latest"
],

View File

@@ -8,7 +8,9 @@
"name": "SCP: Secret Laboratory - MultiAdmin",
"author": "info@goover.de",
"description": "The latest vanilla version of SCP:SL running through MultiAdmin for compatibility. LocalAdmin does not work. No SMod2.",
"features": null,
"features": [
"steam_disk_space"
],
"images": [
"ghcr.io\/parkervcp\/yolks:mono_latest"
],
@@ -47,4 +49,4 @@
"rules": "required|integer"
}
]
}
}