From 66bd5d2f7fd84eec39d69f4a8f5c435fc978804f Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 19 Mar 2026 17:14:20 +0000 Subject: Add site passwords --- pkg/config/site.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkg/config/site.go') diff --git a/pkg/config/site.go b/pkg/config/site.go index 4b36f1a..bcdbe86 100644 --- a/pkg/config/site.go +++ b/pkg/config/site.go @@ -17,9 +17,10 @@ const ( ) type SiteConfig struct { - Host string + Flags SiteFlag `scfg:"flags"` - Flags SiteFlag + Host string `scfg:"host"` + Password string `scfg:"password"` } func ReadSiteConfig(filePath string, dst *SiteConfig) error { -- cgit v1.2.3-70-g09d2