mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
Merge pull request #2189 from Timtendo12/master
Adding Elang25 and Elang26 support for MQRabbit
This commit is contained in:
commit
4c6ec1e53d
@ -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.
|
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`).
|
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
|
## Configuration
|
||||||
|
|
||||||
Configuring RabbitMQ in Pterodactyl is only possible using the config files.
|
Configuring RabbitMQ in Pterodactyl is only possible using the config files.
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
{
|
{
|
||||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v1",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2021-08-02T15:24:45+02:00",
|
"exported_at": "2023-03-17T19:22:21+01:00",
|
||||||
"name": "RabbitMQ",
|
"name": "RabbitMQ",
|
||||||
"author": "p.zarrad@outlook.de",
|
"author": "p.zarrad@outlook.de",
|
||||||
"description": "RabbitMQ is a feature rich, multi-protocol messaging broker.",
|
"description": "RabbitMQ is a feature rich, multi-protocol messaging broker.",
|
||||||
"features": null,
|
"features": null,
|
||||||
"images": [
|
"docker_images": {
|
||||||
"ghcr.io\/parkervcp\/yolks:erlang_24",
|
"ghcr.io\/parkervcp\/yolks:erlang_26": "ghcr.io\/parkervcp\/yolks:erlang_26",
|
||||||
"ghcr.io\/parkervcp\/yolks:erlang_23",
|
"ghcr.io\/parkervcp\/yolks:erlang_25": "ghcr.io\/parkervcp\/yolks:erlang_25",
|
||||||
"ghcr.io\/parkervcp\/yolks:erlang_22"
|
"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": [],
|
"file_denylist": [],
|
||||||
"startup": ".\/sbin\/rabbitmq-server",
|
"startup": ".\/sbin\/rabbitmq-server",
|
||||||
"config": {
|
"config": {
|
||||||
@ -37,7 +39,8 @@
|
|||||||
"default_value": "latest",
|
"default_value": "latest",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|max:20"
|
"rules": "required|string|max:20",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user