From 9cfa2a5ff96567c52e34d748c86c40c1f8bbbada Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:02:48 -0400 Subject: [PATCH] Add Pelican Panel to Games - Admin Utilities & Control Panels (#741) Co-authored-by: Rabenherz112 --- software/pelicanpanel.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/pelicanpanel.yml diff --git a/software/pelicanpanel.yml b/software/pelicanpanel.yml new file mode 100644 index 0000000000..62a2259d91 --- /dev/null +++ b/software/pelicanpanel.yml @@ -0,0 +1,11 @@ +name: "Pelican Panel" +website_url: "https://pelican.dev/" +source_code_url: "https://github.com/pelican-dev/panel" +description: "Web application for easy management of game servers, offering a user-friendly interface for deploying, configuring, and managing servers, server monitoring tools, and extensive customization options (fork of Pterodactyl)." +licenses: + - AGPL-3.0 +platforms: + - PHP + - Docker +tags: + - Games - Administrative Utilities & Control Panels \ No newline at end of file