Dmitry Gusev 365ec4deec
All checks were successful
security / security (push) Successful in 8s
feat(security): security.yml + GitHub mirror + SSH origin
- security.yml: Hadolint + GitLeaks (для Next.js sag24 — также Semgrep + npm audit)

- origin URL: HTTPS+PAT → SSH (убран plain-text token из git config)

- all remote: dual-push в Gitea + GitHub

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 23:35:14 +03:00

sysadmingroup-website

sysadmingroup.ru — алиас-домен для sag24.ru. Контейнер nginx:alpine отдаёт 301 Moved Permanentlyhttps://sag24.ru$request_uri.

Деплой

На web.hhivp.com:

cd /opt/docker/sites/sysadmingroup-ru
git pull
docker compose build
docker compose up -d

Host nginx vhost (/etc/nginx/conf.d/sysadmingroup.ru) терминирует SSL и проксирует на 127.0.0.1:4083.

Description
sysadmingroup.ru � 301 redirect to sag24.ru in nginx:alpine container
Readme 28 KiB
Languages
Dockerfile 100%