Skip to content

Commit

Permalink
Merge pull request pelican-eggs#2189 from Timtendo12/master
Browse files Browse the repository at this point in the history
Adding Elang25 and Elang26 support for MQRabbit
  • Loading branch information
QuintenQVD0 authored Mar 17, 2023
2 parents 3afde95 + cb56d87 commit 4c6ec1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions software/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
19 changes: 11 additions & 8 deletions software/rabbitmq/egg-rabbit-m-q.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
]
}

0 comments on commit 4c6ec1e

Please sign in to comment.