test(bootstrap): add unit tests for initial bootstrap behavior
SonarQube Scan / SonarQube Trigger (push) Successful in 2m30s

This commit is contained in:
2026-01-24 15:42:30 +07:00
parent 1171b18340
commit 42c428c83d
9 changed files with 754 additions and 89 deletions
+6 -6
View File
@@ -20,12 +20,12 @@ type config struct {
keyLoc string
tlsEnabled bool
tlsRedirect bool
acmeEmail string
cfAPIToken string
acmeStaging bool
tlsEnabled bool
tlsRedirect bool
tlsStoragePath string
acmeEmail string
cfAPIToken string
acmeStaging bool
allowedPortsStart uint16
allowedPortsEnd uint16