Files
Tower/README.md
2026-08-13 20:22:49 +03:30

46 lines
1.1 KiB
Markdown

<div dir="rtl">
# Tower — پنل ادمین Fibitex
**Tower** پنل مدیریت OpenDAX برای KYC، کاربران، و تنظیمات صرافی. در Fibitex از طریق Alvand-P سرو می‌شود.
| OpenDAX | Fibitex |
|---------|---------|
| Tower | Tower (همین repo) |
| Barong | [Dalan](../Dalan/) |
## پیش‌نیازها
- Node.js + Yarn (build فرانت)
- استک Fibitex بالا (Barong/Dalan + gateway)
## راه‌اندازی سریع
<div dir="ltr">
```bash
cd Tower
yarn install
yarn start
```
</div>
در production از image سفارشی Alvand-P استفاده می‌شود — [`Alvand-P/config/app.yml`](Alvand-P/config/app.yml) → `images.tower`.
## مستندات
| سند | موضوع |
|-----|--------|
| [`Docs/README.md`](../Docs/README.md) | فهرست مرکزی Fibitex |
| [`Docs/Fibitex-staging-deploy.md`](../Docs/Fibitex-staging-deploy.md) | Deploy staging |
| [`Docs/06-setup-local.md`](../Docs/06-setup-local.md) | لوکال |
| [`Alvand-P/README.md`](../Alvand-P/README.md) | compose و render |
## URL
- لوکال: `tower.app.local` (در `/etc/hosts`)
- Staging: از Traefik Alvand-P
</div>