Implemented statistics. Refactored storage abstractions. Added config options for docker and local storage. Added server service and server updating.
This commit is contained in:
6
MoonlightServers.Daemon/Configuration/DockerOptions.cs
Normal file
6
MoonlightServers.Daemon/Configuration/DockerOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.Daemon.Configuration;
|
||||
|
||||
public class DockerOptions
|
||||
{
|
||||
public string SocketUri { get; set; } = "unix:///var/run/docker.sock";
|
||||
}
|
||||
Reference in New Issue
Block a user