From 9f74453f8de9b06f37b8e89567c5c5c3f01e6c33 Mon Sep 17 00:00:00 2001 From: Tim Slager <41442518+Timtendo12@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:29:31 +0100 Subject: [PATCH 1/3] Update README.md --- software/rabbitmq/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/rabbitmq/README.md b/software/rabbitmq/README.md index 8679398e..35eb863f 100644 --- a/software/rabbitmq/README.md +++ b/software/rabbitmq/README.md @@ -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. From 9df35627fc398a8cc358086c7242670288a82c3f Mon Sep 17 00:00:00 2001 From: Tim Slager <41442518+Timtendo12@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:30:58 +0100 Subject: [PATCH 2/3] Update egg-rabbit-m-q.json --- software/rabbitmq/egg-rabbit-m-q.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/rabbitmq/egg-rabbit-m-q.json b/software/rabbitmq/egg-rabbit-m-q.json index 41125ca4..f00a6a7a 100644 --- a/software/rabbitmq/egg-rabbit-m-q.json +++ b/software/rabbitmq/egg-rabbit-m-q.json @@ -10,6 +10,8 @@ "description": "RabbitMQ is a feature rich, multi-protocol messaging broker.", "features": null, "images": [ + "ghcr.io\/parkervcp\/yolks:erlang_26", + "ghcr.io\/parkervcp\/yolks:erlang_25", "ghcr.io\/parkervcp\/yolks:erlang_24", "ghcr.io\/parkervcp\/yolks:erlang_23", "ghcr.io\/parkervcp\/yolks:erlang_22" From cb56d8795e244a8a48e77487363d2a8e72a3e221 Mon Sep 17 00:00:00 2001 From: Tim Slager <41442518+Timtendo12@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:25:12 +0100 Subject: [PATCH 3/3] exported via panel. --- software/rabbitmq/egg-rabbit-m-q.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/software/rabbitmq/egg-rabbit-m-q.json b/software/rabbitmq/egg-rabbit-m-q.json index f00a6a7a..57a785f8 100644 --- a/software/rabbitmq/egg-rabbit-m-q.json +++ b/software/rabbitmq/egg-rabbit-m-q.json @@ -1,21 +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_26", - "ghcr.io\/parkervcp\/yolks:erlang_25", - "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": { @@ -39,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" } ] }