wings icon indicating copy to clipboard operation
wings copied to clipboard

The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.

Results 30 wings issues
Sort by recently updated
recently updated
newest added

This adds following pull requests on the pull endpoint. I don't have that much experience in Go so someone should probably check to make sure I didn't break anything.

Works around https://github.com/pterodactyl/panel/issues/3096 (which couldn't be reproduced at the time, presumably due to no one happening to run EL) by adding documentation of alternative location for CA certs. The location...

This PR changes the order of operations when loading the config.yml Currently when wings starts up, it starts with an empty Configuration struct that is then filled with the defaults...

This PR should allow single compressed files that aren't archives (such as `log.gz`) to be uncompressed. As far as I can tell https://github.com/pterodactyl/wings/commit/f1c5bbd42d423986e7017b4f3c43057a1b7d1717 made it possible for `archiverFileSystem` to access...

The file denylist is not strictly enforced since Wings v1.11.9+. This PR adds extra checks where relevant to make sure that the file denylist is respected more appropriately. Closes pterodactyl/panel#5042.

Correct the sorting order so that directories are at the beginning as intended. The current code incorrectly places directories at the end of the list. Resolves: https://github.com/pterodactyl/panel/issues/5078 Before change: https://ptero.co/joqelihiti.json...

Display the UUID of the backup request in the error sent to the client to simplify debugging.

Adds `sftp.read` to activity log when file is read in SFTP. Resolves https://github.com/pterodactyl/panel/issues/5136

This PR comments out the CA cert mount in the example docker compose file as the wings image is built on distroless and already includes a functioning CA cert bundle...

This pull request adds the default SFTP port (2022) to the `EXPOSE` instruction in `Dockerfile`