Initial commit of LittleShop project (excluding large archives)

- BTCPay Server integration
- TeleBot Telegram bot
- Review system
- Admin area
- Docker deployment configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-17 15:07:38 +01:00
parent bcca00ab39
commit e1b377a042
140 changed files with 32166 additions and 21089 deletions

22
TeleBot/.env.example Normal file
View File

@@ -0,0 +1,22 @@
# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_ADMIN_CHAT_ID=your_admin_chat_id_here
# LittleShop API Configuration
LITTLESHOP_API_URL=https://your-littleshop-domain.com
LITTLESHOP_USERNAME=admin
LITTLESHOP_PASSWORD=your_secure_admin_password
# Security
DATABASE_ENCRYPTION_KEY=your_secure_32_character_encryption_key_here
# Redis Configuration (optional)
REDIS_ENABLED=false
REDIS_CONNECTION_STRING=redis:6379
REDIS_PASSWORD=your_secure_redis_password
# Background Jobs (optional)
HANGFIRE_ENABLED=false
# Additional Settings
TZ=UTC