first commit

This commit is contained in:
Frank John Begornia
2025-12-23 01:51:15 +08:00
commit c926590e1d
4137 changed files with 613038 additions and 0 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# Server Configuration
PORT=5955
HOST=0.0.0.0
# SSL Configuration (only needed if not using Traefik)
# Set USE_SSL=true if you want to handle SSL directly
# Set USE_SSL=false when deploying behind Traefik/reverse proxy
USE_SSL=false
# SSL Certificate Paths (only used when USE_SSL=true)
# SSL_KEY_PATH=/etc/httpd/ssl/crewsportswear_app.key
# SSL_CERT_PATH=/etc/httpd/ssl/certs/current_cert.crt
# Screenshot Configuration
OUTPUT_DIR=/var/www/html/images/
BASE_URL=https://crewsportswear.app:5955/
VIEWPORT_WIDTH=1366
VIEWPORT_HEIGHT=1100
WAIT_TIME=10000
# Viewer URLs (configured in config.js)