Implemented template crud, db entities, import/export, ptero and pelican import
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.Api.Infrastructure.Database.Json;
|
||||
|
||||
public class InstallationConfig
|
||||
{
|
||||
public string DockerImage { get; set; } = string.Empty;
|
||||
public string Shell { get; set; } = string.Empty;
|
||||
public string Script { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user