From 03e3a4882ffde1bda6eaea6f8b65568a8ae9d5ac Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Fri, 6 Oct 2017 14:14:34 -0300 Subject: [PATCH] Move angular initialization to the end and improve config description --- config/config.go | 2 +- www/landing.html | 91 ++++++++++++++++++++++++------------------------ 2 files changed, 47 insertions(+), 46 deletions(-) diff --git a/config/config.go b/config/config.go index 5538b6c..71cc0b6 100644 --- a/config/config.go +++ b/config/config.go @@ -66,7 +66,7 @@ func ParseFlags() { flag.StringVar(&HashKey, "hash_key", "salmonrosado", "Hash key to use for cookies") flag.StringVar(&DindVolumeSize, "dind-volume-size", "5G", "Dind volume folder size") flag.BoolVar(&NoWindows, "no-windows", false, "Don't allow windows instances") - flag.BoolVar(&ExternalDindVolume, "external-dind-volume", false, "Use external dind volume") + flag.BoolVar(&ExternalDindVolume, "external-dind-volume", false, "Use external dind volume though XFS volume driver") flag.Float64Var(&MaxLoadAvg, "maxload", 100, "Maximum allowed load average before failing ping requests") flag.StringVar(&SSHKeyPath, "ssh_key_path", "", "SSH Private Key to use") flag.StringVar(&CookieHashKey, "cookie-hash-key", "", "Hash key to use to validate cookies") diff --git a/www/landing.html b/www/landing.html index 18ac29a..116f9fa 100644 --- a/www/landing.html +++ b/www/landing.html @@ -16,51 +16,7 @@ - + @@ -111,6 +67,51 @@ +