diff --git a/docs/presentation_architecture.html b/docs/presentation_architecture.html index 93fd142..04de5d2 100644 --- a/docs/presentation_architecture.html +++ b/docs/presentation_architecture.html @@ -304,7 +304,7 @@ .seccard{ background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px 18px; } - .seccard .si{font-size:22px;margin-bottom:8px;display:block} + .seccard .si{display:block;margin-bottom:8px} .seccard h4{font-size:16px;font-weight:700;margin-bottom:5px} .seccard p{color:var(--muted);font-size:12.5px;line-height:1.5} .seccard.b1{border-color:rgba(118,189,34,.35)} @@ -443,12 +443,12 @@
HTML/JS (текущий прототип) → React в v2
Node.js + Express — REST API, авторизация
PostgreSQL — одна БД на клиента
PostgreSQL — одна БД на клиента
Redis — сессии, очереди, кеш
S3 / MinIO — фото, документы, экспорты
Docker Compose + GitHub Actions CI/CD
VPS: Hetzner / Timeweb / Selectel
Nginx reverse-proxy + Let's Encrypt HTTPS
VPS: Hetzner / Timeweb / Selectel
Nginx reverse-proxy + Let's Encrypt HTTPS
Что нужно разработать для управления всем парком проектов из одного места.