diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a21d39174..d0b24ce56 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [matthewpi] +polar: pterodactyl diff --git a/readme.md b/readme.md new file mode 100644 index 000000000..bb4fe998d --- /dev/null +++ b/readme.md @@ -0,0 +1,49 @@ +[![Logo Image](https://cdn.pterodactyl.io/logos/new/pterodactyl_logo.png)](https://pterodactyl.io) + +# Pterodactyl Panel + +Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security +in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive +UI to end users. + +Stop settling for less. Make game servers a first class citizen on your platform. + +![Image](https://cdn.pterodactyl.io/site-assets/pterodactyl_v1_demo.gif) + +## Documentation + +* [Panel Documentation](https://pterodactyl.io/panel/1.0/getting_started.html) +* [Wings Documentation](https://pterodactyl.io/wings/1.0/installing.html) +* [Community Guides](https://pterodactyl.io/community/about.html) +* [Official Discord](https://discord.gg/pterodactyl) + +### Supported Games + +Pterodactyl supports a wide variety of games by utilizing Docker containers to isolate each instance. This gives +you the power to run game servers without bloating machines with a host of additional dependencies. + +Some of our core supported games include: + +* Minecraft — including Paper, Sponge, Bungeecord, Waterfall, and more +* Rust +* Terraria +* Teamspeak +* Mumble +* Team Fortress 2 +* Counter Strike: Global Offensive +* Garry's Mod +* ARK: Survival Evolved + +In addition to our standard nest of supported games, our community is constantly pushing the limits of this software +and there are plenty more games available provided by the community. Some of these games include: + +* Factorio +* San Andreas: MP +* Pocketmine MP +* Squad +* Xonotic +* Starmade +* Discord ATLBot, and most other Node.js/Python discord bots +* [and many more...](https://github.com/parkervcp/eggs) + +Pterodactyl® Copyright ® 2015 - 2022 Pterodactyl diff --git a/resources/lang/en/strings.php b/resources/lang/en/strings.php index 1ddd8e153..f58697106 100644 --- a/resources/lang/en/strings.php +++ b/resources/lang/en/strings.php @@ -91,5 +91,5 @@ return [ 'enable' => 'Enable', 'disable' => 'Disable', 'save' => 'Save', - 'copyright' => '© 2015 - :year Panel', + 'copyright' => '® 2015 - :year Pterodactyl', ];