Merge pull request #2189 from Timtendo12/master

Adding Elang25 and Elang26 support for MQRabbit
This commit is contained in:
Quinten
2023-03-17 19:52:47 +01:00
committed by GitHub
Unverified
2 changed files with 13 additions and 8 deletions
+2
View File
@@ -12,6 +12,8 @@ When setting up a server, the latest RabbitMQ version will be used by default.
With pretty new and old versions of RabbitMQ, you might have to adjust the used Erlang version.
This can be archived by adjusting the version number of the used image (e. g. `ghcr.io/pterodactyl/yolks:erlang_22` instead of `ghcr.io/parkervcp/yolks:erlang_24`).
The latest version as of now requires you to use atleast ghcr.io/pterodactyl/yolks:erlang_25
## Configuration
Configuring RabbitMQ in Pterodactyl is only possible using the config files.
+11 -8
View File
@@ -1,19 +1,21 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1",
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2021-08-02T15:24:45+02:00",
"exported_at": "2023-03-17T19:22:21+01:00",
"name": "RabbitMQ",
"author": "p.zarrad@outlook.de",
"description": "RabbitMQ is a feature rich, multi-protocol messaging broker.",
"features": null,
"images": [
"ghcr.io\/parkervcp\/yolks:erlang_24",
"ghcr.io\/parkervcp\/yolks:erlang_23",
"ghcr.io\/parkervcp\/yolks:erlang_22"
],
"docker_images": {
"ghcr.io\/parkervcp\/yolks:erlang_26": "ghcr.io\/parkervcp\/yolks:erlang_26",
"ghcr.io\/parkervcp\/yolks:erlang_25": "ghcr.io\/parkervcp\/yolks:erlang_25",
"ghcr.io\/parkervcp\/yolks:erlang_24": "ghcr.io\/parkervcp\/yolks:erlang_24",
"ghcr.io\/parkervcp\/yolks:erlang_23": "ghcr.io\/parkervcp\/yolks:erlang_23",
"ghcr.io\/parkervcp\/yolks:erlang_22": "ghcr.io\/parkervcp\/yolks:erlang_22"
},
"file_denylist": [],
"startup": ".\/sbin\/rabbitmq-server",
"config": {
@@ -37,7 +39,8 @@
"default_value": "latest",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20"
"rules": "required|string|max:20",
"field_type": "text"
}
]
}