From eb3112116ae926921fbefd3677ed16a6da65f645 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 27 Apr 2018 08:44:59 -0700 Subject: img proxy as config option --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index bcd1d27..fef1add 100644 --- a/config/config.go +++ b/config/config.go @@ -12,6 +12,7 @@ type Settings struct { Username string `json:"username"` DigestPassword string `json:"password"` StaticDir string `json:"static_dir"` + ProxyImages bool `json:"proxy_images"` } var Config Settings -- cgit v1.2.3