The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.
Go to file
2019-12-07 16:48:26 -08:00
api Change endpoint for SFTP credentials 2019-12-07 15:58:22 -08:00
config Add base support for internalizing the SFTP server 2019-12-07 14:01:40 -08:00
data Move configuration to own directory, modify docker environment setup to be easier to manage 2019-04-06 13:33:54 -07:00
installer Fix issues instantiating the server struct 2019-11-30 16:37:11 -08:00
logs very basic thoughts on module and file structure 2017-06-19 00:01:44 +02:00
parser Create the config file if it is missing for the server, then try again 2019-12-07 16:48:26 -08:00
server Create the config file if it is missing for the server, then try again 2019-12-07 16:48:26 -08:00
sftp Move server tracking in program into global memory state 2019-12-07 16:43:00 -08:00
.gitignore fix environment_docker_test data path 2018-04-01 23:41:45 +02:00
.travis.yml use go dep with travis 2018-02-20 23:43:33 +01:00
config.example.yml Move configuration into root space 2019-03-24 15:59:37 -07:00
const.go Better configuration loading process for servers 2019-03-24 18:39:01 -07:00
go.mod Begin implementing SFTP server code 2019-12-07 15:53:07 -08:00
go.sum Begin implementing SFTP server code 2019-12-07 15:53:07 -08:00
http.go Move server tracking in program into global memory state 2019-12-07 16:43:00 -08:00
LICENSE update license 2017-06-27 10:25:17 +02:00
Makefile travis: limit builds to supported os/arch list 2017-08-02 23:23:13 +02:00
README.md Update README.md 2019-04-08 12:29:12 -07:00
websocket.go Move server tracking in program into global memory state 2019-12-07 16:43:00 -08:00
wings-api.paw remove trailing slashes from api 2018-05-17 21:18:02 +02:00
wings.go Move server tracking in program into global memory state 2019-12-07 16:43:00 -08:00

Alpha Project

Please refrain from opening PRs or Issues at this time. This project is still under heavy development, and until we have a solid foundation and plan for how everything will connect, we will not be accepting PRs or feature suggestions.

Pterodactyl wings travis codacy quality codacy coverage

                     ____
__ Pterodactyl _____/___/_______ _______ ______
\_____\    \/\/    /   /       /  __   /   ___/
   \___\          /   /   /   /  /_/  /___   /
        \___/\___/___/___/___/___    /______/
                            /_______/ alpha

A new generation of the Pterodactyl daemon, written in go.