Implemented statistics. Refactored storage abstractions. Added config options for docker and local storage. Added server service and server updating.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.Daemon.Configuration;
|
||||
|
||||
public class LocalStorageOptions
|
||||
{
|
||||
public string InstallPath { get; set; } = "/data/install";
|
||||
public string RuntimePath { get; set; } = "/data/runtime";
|
||||
}
|
||||
Reference in New Issue
Block a user