Added Automatic Allocations

Known issues:
- Port range to auto create is hard coded
- React interface is still a WIP.
This commit is contained in:
Caleb 2020-09-28 11:50:34 -04:00
parent bcbd2c4996
commit 8f8bd0be83
8 changed files with 186 additions and 4 deletions

View file

@ -112,7 +112,7 @@ module.exports = {
contentBase: path.join(__dirname, '/public'),
publicPath: (process.env.PUBLIC_PATH || '') + '/assets/',
allowedHosts: [
'.pterodactyl.test',
'pterodactyl.test',
],
headers: {
'Access-Control-Allow-Origin': '*',