docs: Add 42 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 59s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 59s
This commit is contained in:
35
squashkiwi-streaming/config/service.env
Normal file
35
squashkiwi-streaming/config/service.env
Normal file
@@ -0,0 +1,35 @@
|
||||
# SquashKiwi Streaming Configuration
|
||||
# Edit this file to configure your streaming service
|
||||
|
||||
LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming"
|
||||
|
||||
|
||||
# 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
|
||||
RECORDINGS_PATH="/home/dropshell/example-squashkiwi-streaming/recordings"
|
||||
RECORDING_RETENTION_DAYS=30
|
||||
RECORDING_QUALITY=high
|
||||
IDLE_TIMEOUT=300
|
||||
|
||||
# Network Settings
|
||||
HOST_PORT=8080
|
||||
PUBLIC_IP=
|
||||
|
||||
# Optional: Cloudflare Tunnel
|
||||
CLOUDFLARE_TUNNEL_TOKEN=
|
||||
|
||||
# Optional: Monitoring
|
||||
ENABLE_MONITORING=false
|
||||
GRAFANA_PASSWORD=admin
|
Reference in New Issue
Block a user