Add support for creating node through CLI.

This commit is contained in:
Dane Everitt 2017-01-13 23:10:42 -05:00
parent b71604566e
commit d1e5253ca1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 115 additions and 1 deletions

View file

@ -7,7 +7,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Added
* Remote routes for daemon to contact in order to allow Daemon to retrieve updated service configuration files on boot. Centralizes services to the panel rather than to each daemon.
* Basic service pack implementation to allow assignment of modpacks or software to a server to pre-install applications and allow users to update.
* Users can now have a username as well as client name assigned to thier account.
* Users can now have a username as well as client name assigned to their account.
* Ability to create a node through the CLI using `pterodactyl:node`.
### Fixed
* Bug causing error logs to be spammed if someone timed out on an ajax based page.