Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

[Feature] Create server (Admin side) #75

Open
ThatProgrammerr opened this issue May 22, 2019 · 0 comments
Open

[Feature] Create server (Admin side) #75

ThatProgrammerr opened this issue May 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ThatProgrammerr
Copy link

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
The ability to be able to create a server within the app, on the admin side of the app. This will give the user the ability to input all the values like CPU, RAM, SWAP, etc. This does include all environment variable attached to the selected egg (also selectable on this page)

Describe alternatives you've considered
I guess you could just somehow show the create server page to the user on that page...

Additional context
Here are all API statements you may need to make this part of the app;

GET USER ID FROM PANEL USING EMAIL
get - https://panel.domain.com/api/application/[email protected]

GET EGG DETAILS
get - https://panel.domain.com/api/application/nests/NEST_ID/eggs/EGG_ID?include=variables

MAKE SERVER
post - https://panel.domain.com/api/application/servers (You have to send specific information here, both from the egg chosen and custom information inputted on the server creation page, like server name, start on completed install, ram, cpu, etc)

Hope this is all the information you need and as always, if you need any more information, feel free to reply to this post or contact me on discord.

@rubentalstra rubentalstra added the enhancement New feature or request label May 22, 2019
@ArnaudLier ArnaudLier changed the title Create Server Feature [Feature] Create server (Admin side) May 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants