99085adc76
- Flask backend with 23 API routes (entertainment, telegram, docker, system) - Alpine.js + Tailwind CSS dark-mode SPA with 4 tabs - pos-dashboard CLI tool with port/config management - Mobile slide-in drawer with swipe-to-close - Sticky header stays pinned on scroll - Tab completion fixes for category-less tools - POST /api/telegram/commands endpoint for adding commands
5 lines
96 B
Bash
5 lines
96 B
Bash
# Dashboard configuration
|
|
DASHBOARD_PORT=8080
|
|
DASHBOARD_HOST=0.0.0.0
|
|
# DASHBOARD_LOG_LEVEL=info
|