Implemented first iteration of the docker-based server installer. Added restore functionality for the installer. Wired up for basic installer testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MoonlightServers.Daemon.Models.Cache;
|
||||
using MoonlightServers.DaemonShared.PanelSide.Http.Responses;
|
||||
|
||||
namespace MoonlightServers.Daemon.ServerSys.Abstractions;
|
||||
|
||||
@@ -6,4 +7,5 @@ public record ServerContext
|
||||
{
|
||||
public ServerConfiguration Configuration { get; set; }
|
||||
public AsyncServiceScope ServiceScope { get; set; }
|
||||
public ServerInstallDataResponse InstallConfiguration { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user