mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
docs: update repository links for J-Board Lite
This commit is contained in:
@@ -10,9 +10,9 @@ This file is for agents working in this repository. Product, deployment, API, an
|
||||
|
||||
## Project Shape
|
||||
|
||||
J-Board is a Next.js App Router application backed by Prisma/PostgreSQL and Redis. It integrates with 3x-ui rather than replacing it:
|
||||
J-Board Lite is a Next.js App Router application backed by Prisma/SQLite and in-process rate limiting. It integrates with 3x-ui rather than replacing it:
|
||||
|
||||
- J-Board owns users, orders, plans, subscriptions, payments, support, notifications, audit logs, settings, and risk review.
|
||||
- J-Board Lite owns users, orders, plans, subscriptions, payments, support, notifications, audit logs, settings, and risk review.
|
||||
- 3x-ui owns actual inbound runtime configuration and Xray clients.
|
||||
- `agent/jboard-agent` is a read-only sidecar for latency, route trace, and optional Xray access log telemetry.
|
||||
|
||||
@@ -55,4 +55,4 @@ Keep docs factual and operational. Avoid promising features that are not impleme
|
||||
|
||||
Subscription risk and node access telemetry contain sensitive evidence: user IPs, locations, Xray client email, target hosts, timestamps, and admin review decisions. Treat these as sensitive data in logs, docs, screenshots, and tests.
|
||||
|
||||
Agent Xray log telemetry must remain read-only. It may read access logs and post aggregates to J-Board; it must not mutate 3x-ui or Xray runtime configuration.
|
||||
Agent Xray log telemetry must remain read-only. It may read access logs and post aggregates to J-Board Lite; it must not mutate 3x-ui or Xray runtime configuration.
|
||||
|
||||
Reference in New Issue
Block a user