Complete implementation including: - Docker Compose setup with PostgreSQL and Traefik - Express.js backend with full API endpoints - GitHub OAuth integration - Docker build engine with automatic Dockerfile generation - Deployment service with Traefik routing - Real-time log streaming via WebSocket - Analytics collection and visualization - Environment variable management with encryption - Professional dark-themed web dashboard - Project, deployment, logs, analytics, and settings UI - Comprehensive README with setup instructions Tech stack: Node.js, Express, PostgreSQL, Docker, Traefik, WebSocket, Chart.js
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
GITHUB_CLIENT_ID=your_github_client_id
|
|
GITHUB_CLIENT_SECRET=your_github_client_secret
|
|
SESSION_SECRET=your_random_session_secret_here
|
|
DATABASE_URL=postgresql://paasuser:paaspass@postgres:5432/paasdb
|
|
POSTGRES_USER=paasuser
|
|
POSTGRES_PASSWORD=paaspass
|
|
POSTGRES_DB=paasdb
|
|
ENCRYPTION_KEY=your_32_character_encryption_key_here
|