Merge pull request 'chore(preview): remove basic auth от /preview/*' (#270) from chore/preview-remove-auth into main
All checks were successful
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Successful in 31s
Deploy / build-worker (push) Successful in 30s
Deploy / build-frontend (push) Successful in 25s
Deploy / deploy (push) Successful in 47s

This commit is contained in:
lekss361 2026-05-17 08:39:28 +00:00
commit a4247e1d96

View file

@ -19,12 +19,9 @@ gendsgn.ru {
} }
# Static HTML mockups для review (audit alternatives). # 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/* { handle_path /preview/* {
root * /srv/preview root * /srv/preview
basicauth {
preview $2a$14$6yBnKYGKaiPK4de1qoa7DuKhQ7h8UJmEIvCToM5M1IvBprpkop.Fy
}
file_server browse file_server browse
} }