feat: implemented all features besides wireguard

This commit is contained in:
jb
2026-03-11 11:01:35 -03:00
parent 6870144f39
commit 085cda7251
11 changed files with 539 additions and 73 deletions
+9
View File
@@ -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
)