Files
PnvPanel/docs
Leonid Pershin fb320fbb31
CI / Backend (build + test) (push) Failing after 55s
CI / Frontend (lint + typecheck + build) (push) Successful in 34s
Update package versions and enhance IXuiPanelGateway interface
- Updated the version of `ThreeXui.Net` to 1.0.2 in `Directory.Packages.props`.
- Enhanced the `IXuiPanelGateway` interface to include detailed documentation on the new `ForcedFingerprint` and `ForcedPacketEncoding` parameters for the `BuildConnectionStringAsync` method, clarifying their roles in client application interactions.
- Refactored `XuiPanelGateway` to implement the new parameters, ensuring compatibility with client requirements for TLS fingerprinting and packet encoding based on transport type.
- Updated architecture documentation to reflect changes in connection string handling and the implications for client applications.
2026-07-23 00:24:02 +03:00
..

PnvPanel — Документация

Документация описывает систему как она построена: архитектура, домен, конвенции кода, как запускать и как пользоваться.

Индекс. Читать в этом порядке для погружения:

  1. Product Vision & Scope — продукт, роли, пользовательские сценарии, функциональность.
  2. Architecture — Clean Architecture, слои, CQRS, интеграция с 3x-ui, realtime, безопасность, фоновые задачи.
  3. Domain Model — сущности, value objects, связи, инварианты, уведомления/аудит.
  4. Tech Stack — используемые технологии и ключевые решения по домену.
  5. Backend Conventions — структура решения, паттерны, соглашения по коду.
  6. Frontend — стек, структура, работа с API и realtime.
  7. Telegram Bot — бот: ссылка на сайт, просмотр конфигов, passwordless-вход через привязку Telegram.
  8. API Design — контракты REST и SignalR.