This commit is contained in:
Alexey Berezhok
2026-05-12 01:27:01 +03:00
parent 9d1afcdf28
commit 3cc428df43
2 changed files with 8 additions and 3 deletions

View File

@@ -230,6 +230,10 @@ class HestiaBunkerWebApi
variables["USE_ANTIBOT"] = options[:anti_bot] || "captcha"
end
variables["ANTIBOT_IGNORE_URI"] = options[:anti_bot_ignore_uri] || "^/\.well-known/acme-challenge/.+$"
variables["LETS_ENCRYPT_PASSTHROUGH"] = options[:lets_encrypt_passthrough] || "yes"
service_body = {
server_name: service_name,
is_draft: false,