Files
dropshell-templates/squashkiwi-streaming/config/service.env
Your Name 63b9422064
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s
Update 2 files
2025-09-01 19:42:31 +12:00

38 lines
741 B
Bash

# SquashKiwi Streaming Configuration
# Edit this file to configure your streaming service
LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming-data"
RECORDINGS_FOLDER="/home/dropshell/example-squashkiwi-streaming-recordings"
# Camera Configuration
CAMERA_IP=192.168.1.100
CAMERA_USER=admin
CAMERA_PASSWORD=changeme
CAMERA_RTSP_PORT=554
# Court Configuration
COURT_ID=court1
COURT_NAME=Court 1
# SquashKiwi API
SQUASHKIWI_API=https://squash.kiwi/api
# Recording Settings
RECORDING_RETENTION_DAYS=30
RECORDING_QUALITY=high
IDLE_TIMEOUT=300
# Network Settings
HOST_PORT=8880
PUBLIC_IP=
# Server Settings
SSH_USER="root"
# Optional: Cloudflare Tunnel
CLOUDFLARE_TUNNEL_TOKEN=
# Optional: Monitoring
GRAFANA_PASSWORD=admin