"description":"Public ipv4 of the frontend (the one Caddy will be indirectly listening to).",
"title":"Public IPv4",
"type":"string"
},
"re6st-verification-url":{
"re6st-verification-url":{
"description":"Url to verify if the internet and/or re6stnet is working.",
"description":"Url to verify if the internet and/or re6stnet is working.",
"title":"Test Verification URL",
"title":"Test Verification URL",
...
@@ -118,6 +107,12 @@
...
@@ -118,6 +107,12 @@
],
],
"title":"Authenticate to backend",
"title":"Authenticate to backend",
"type":"string"
"type":"string"
},
"strict-transport-security":{
"title":"Strict Transport Security",
"description":"Enables Strict Transport Security (HSTS) on the slave, the default 0 results with option disabled. More information: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security",
"description":"Amount of bad responses from the backend to consider it down.",
"description":"Amount of bad responses from the backend to consider it down.",
"default":"1",
"default":"1",
"type":"integer"
"type":"integer"
},
"strict-transport-security":{
"title":"Strict Transport Security",
"description":"Enables Strict Transport Security (HSTS) on the slave, the default 0 results with option disabled. More information: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security",
"default":"0",
"type":"integer"
},
"strict-transport-security-sub-domains":{
"title":"Strict Transport Security Sub Domains",
"description":"Configures Strict Transport Security for sub domains.",
"enum":[
"false",
"true"
],
"type":"string",
"default":"false"
},
"strict-transport-security-preload":{
"title":"Strict Transport Security Preload",
"description":"Configures Strict Transport Security preload mechanism.",