Implemented statistics. Refactored storage abstractions. Added config options for docker and local storage. Added server service and server updating.
This commit is contained in:
@@ -74,7 +74,7 @@ public partial class Server
|
||||
InstallStorage = await InstallStorageService.CreateAsync(Uuid, RuntimeConfiguration, InstallConfiguration);
|
||||
|
||||
// Write install script
|
||||
var installStoragePath = await InstallStorage.GetHostPathAsync();
|
||||
var installStoragePath = await InstallStorage.GetBindPathAsync();
|
||||
|
||||
await File.WriteAllTextAsync(
|
||||
Path.Combine(installStoragePath, "install.sh"),
|
||||
|
||||
Reference in New Issue
Block a user