diff --git a/squashkiwi-streaming/config/.template_info.env b/squashkiwi-streaming/config/.template_info.env index 704005e..68645a6 100644 --- a/squashkiwi-streaming/config/.template_info.env +++ b/squashkiwi-streaming/config/.template_info.env @@ -4,7 +4,6 @@ # Template to use - always required! TEMPLATE=squashkiwi-streaming -TEMPLATE_HASH=0 REQUIRES_HOST_ROOT=false REQUIRES_DOCKER=true REQUIRES_DOCKER_ROOT=false @@ -15,6 +14,3 @@ HLS_PORT=8888 WEBRTC_PORT=8889 WEB_PORT=80 -# Deployment settings -PROJECT_NAME="squashkiwi-streaming" -CONTAINER_NAME="squashkiwi-streaming" \ No newline at end of file diff --git a/squashkiwi-streaming/config/service.env b/squashkiwi-streaming/config/service.env index 2261fe3..fce986b 100644 --- a/squashkiwi-streaming/config/service.env +++ b/squashkiwi-streaming/config/service.env @@ -4,6 +4,8 @@ LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming-data" RECORDINGS_FOLDER="/home/dropshell/example-squashkiwi-streaming-recordings" +# Project Name used in docker-compose.yml, must be unique on the server. +PROJECT_NAME="sk-streaming" # Camera Configuration CAMERA_IP=192.168.1.100 @@ -27,7 +29,7 @@ IDLE_TIMEOUT=300 HOST_PORT=8880 PUBLIC_IP= -# Server Settings +# SSH User automatically set on service creation. SSH_USER="root" # Optional: Cloudflare Tunnel