Implemented template crud, db entities, import/export, ptero and pelican import
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace MoonlightServers.Shared.Admin.Templates;
|
||||
|
||||
public record LifecycleConfigDto(StartupCommandDto[] StartupCommands, string StopCommand, string[] OnlineLogPatterns);
|
||||
public record StartupCommandDto(string DisplayName, string Command);
|
||||
Reference in New Issue
Block a user