Implemented statistics. Refactored storage abstractions. Added config options for docker and local storage. Added server service and server updating.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using MoonlightServers.Daemon.Configuration;
|
||||
using MoonlightServers.Daemon.ServerSystem.Abstractions;
|
||||
|
||||
namespace MoonlightServers.Daemon.ServerSystem.Implementations.Local;
|
||||
@@ -8,5 +9,7 @@ public static class Extensions
|
||||
{
|
||||
services.AddSingleton<IRuntimeStorageService, LocalRuntimeStorageService>();
|
||||
services.AddSingleton<IInstallStorageService, LocalInstallStorageService>();
|
||||
|
||||
services.AddOptions<LocalStorageOptions>().BindConfiguration("Moonlight:LocalStorage");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user