From 7a2ba4d35a8e19eed97c5a8f495c571ebf359de9 Mon Sep 17 00:00:00 2001 From: lekss361 Date: Sun, 17 May 2026 11:37:41 +0300 Subject: [PATCH] =?UTF-8?q?chore(preview):=20remove=20basic=20auth=20?= =?UTF-8?q?=D0=BE=D1=82=20/preview/*=20=E2=80=94=20=D0=BF=D1=83=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D1=87=D0=BD=D1=8B=D0=B9=20=D0=B4=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=83=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caddyfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Caddyfile b/Caddyfile index 75ffb78e..69a36308 100644 --- a/Caddyfile +++ b/Caddyfile @@ -19,12 +19,9 @@ gendsgn.ru { } # Static HTML mockups для review (audit alternatives). - # Basic auth: user=preview / pwd выдан вне репо. Bcrypt hash в Caddyfile (publishing OK). + # Public access — без auth (по запросу 2026-05-17). handle_path /preview/* { root * /srv/preview - basicauth { - preview $2a$14$6yBnKYGKaiPK4de1qoa7DuKhQ7h8UJmEIvCToM5M1IvBprpkop.Fy - } file_server browse }