From 2ea40d6b3de93a7899ecbd3219aeb2e2050ef131 Mon Sep 17 00:00:00 2001 From: trendschau Date: Tue, 11 Feb 2025 23:18:44 +0100 Subject: [PATCH] add description to trusted ips and trusted hosts --- system/typemill/settings/system.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system/typemill/settings/system.yaml b/system/typemill/settings/system.yaml index 93a1302..ad87928 100644 --- a/system/typemill/settings/system.yaml +++ b/system/typemill/settings/system.yaml @@ -294,12 +294,14 @@ fieldsetdeveloper: # description: "List all domains, separated by comma, that should have access to the Typemill API. Domains will be added to the cors-header." trustedipsforapi: type: text - label: "Trusted IPs for api calls (comma separated)" + label: "Trusted IPs for api access (comma separated)" placeholder: "192.168.1.1, 203.0.113.0" + description: "Restrict api access to IPs for more security and if IPs are static." trustedhostsforapi: type: text - label: "Trusted Hosts for api calls (comma separated)" + label: "Trusted Hosts for api access (comma separated)" placeholder: "mydomain.org,sub.mydomain.org" + description: "Restrict api access to hosts for more security and if IPs are dynamic or unknown." loginlink: type: checkbox label: "Login with link"