Ehsan.Asadi ad5c43087a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(reflex): fix app module path and npm registry | ApprovalToken: 1767140333
- Export app from src/__init__.py so Reflex can find it
- Set app_name to 'src' in rxconfig.py to match module structure
- Remove .npmrc before setting npm registry to avoid mirror override
- Add registry verification in Dockerfile
- Fixes ModuleNotFoundError and npm registry issues
2025-12-31 03:48:53 +03:30

Peikarband Landing Platform

یک پلتفرم حرفه‌ای برای مدیریت هاستینگ، سرورهای ابری و خدمات DevOps.

ساختار پروژه

landing/
├── Makefile              # Build و deployment commands
├── .gitignore
├── .woodpecker.yml      # CI/CD pipeline
│
├── helm/                 # Kubernetes deployment
│   └── peikarband/
│
├── docker/               # Docker build configs
│   ├── Dockerfile
│   └── docker-compose.yml
│
└── peikarband/          # Source code و مستندات
    ├── README.md        # مستندات کامل
    ├── src/             # Application code
    ├── tests/           # Tests
    └── ...

دستورات سریع

# Development
make dev

# Docker build
make docker-build

# Helm deploy
make helm-upgrade

# برای اطلاعات بیشتر
cd peikarband/
cat README.md
Description
No description provided
Readme 4.3 MiB
Languages
Python 81%
Shell 6.8%
Dockerfile 4.5%
Makefile 3.9%
CSS 2.6%
Other 1.2%