diff --git a/assets/views/settings.jet.html b/assets/views/settings.jet.html index c37e0b8..2583149 100644 --- a/assets/views/settings.jet.html +++ b/assets/views/settings.jet.html @@ -81,6 +81,23 @@ proxy or one of the provided external proxy servers. If you prefer, you can also specify a custom proxy server by entering its URL and clicking 'Save Changes'.
+ {{ if .ProxyCheckEnabled == false }} +
+ This PixivFE instance has been configured to not check the list of built-in image proxies (PIXIVFE_PROXY_CHECK_ENABLED=false has been set).
+
+ All image proxies will be shown by default, regardless of their actual state. +
++ This PixivFE instance has been configured to check the list of built-in image proxies every {{ .ProxyCheckInterval }}. +
++ Image proxies that fail this check will not be shown unless "Show all proxy servers" is enabled. +
+ {{- end -}}