Started implementing server installation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses;
|
||||
|
||||
public class ServerInstallDataResponse
|
||||
{
|
||||
public string Shell { get; set; }
|
||||
public string DockerImage { get; set; }
|
||||
public string Script { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user