From 0ef738b7fe503f353dbfabf9beb8aee4acaff629 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Aug 2022 18:43:26 +0600 Subject: [PATCH 1/2] Add Pterodactyl Panel / hosting-panels --- .../images/icons/Pterodactyl Panel.svg | 91 +++++++++++++++++++ src/technologies/p.json | 17 ++++ 2 files changed, 108 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Pterodactyl Panel.svg diff --git a/src/drivers/webextension/images/icons/Pterodactyl Panel.svg b/src/drivers/webextension/images/icons/Pterodactyl Panel.svg new file mode 100644 index 000000000..1580cd1f0 --- /dev/null +++ b/src/drivers/webextension/images/icons/Pterodactyl Panel.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 228e8a395..da17f84e5 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2596,6 +2596,23 @@ }, "website": "https://www.proximis.com" }, + "Pterodactyl Panel": { + "cats": [ + 9 + ], + "description": "Pterodactyl Panel is a free, open-source game server management panel built with PHP, React, and Go.", + "icon": "Pterodactyl Panel.svg", + "implies": [ + "Go", + "PHP", + "React" + ], + "cookies": { + "pterodactyl_session": "" + }, + "oss": true, + "website": "https://pterodactyl.io" + }, "PubGuru": { "cats": [ 36 From acaf9e0cb8e77bb33e0ff0d5c95427f555b31fa9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Aug 2022 18:49:59 +0600 Subject: [PATCH 2/2] implies laravel also --- src/technologies/p.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index da17f84e5..9a62eec0f 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2605,7 +2605,8 @@ "implies": [ "Go", "PHP", - "React" + "React", + "Laravel" ], "cookies": { "pterodactyl_session": ""