feat: implemented all features besides wireguard
This commit is contained in:
@@ -3,16 +3,25 @@ package tui
|
||||
type step int
|
||||
|
||||
const (
|
||||
// Docker Validation
|
||||
StepCheckDocker step = iota
|
||||
StepDockerInstall
|
||||
|
||||
// Image Fetching
|
||||
StepDockerLogin
|
||||
StepDownloadImage
|
||||
|
||||
// IP Stuff
|
||||
StepIPQuestion
|
||||
StepInstallWireguard
|
||||
|
||||
// Docker Config
|
||||
StepServerConfig
|
||||
StepDatabaseConfig
|
||||
StepCertConfig
|
||||
|
||||
// Finalizing
|
||||
StepGenerateFile
|
||||
StepRunDocker
|
||||
StepDone
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user