more install things

This commit is contained in:
2025-09-25 15:34:30 +02:00
parent 89ad062d42
commit 8e3462aaf2
5 changed files with 214 additions and 10 deletions

25
templates/env.template Normal file
View File

@@ -0,0 +1,25 @@
# Environment Configuration for Video Player System
# Copy this file to .env and modify the values as needed
# System User Configuration
USER=pi
GROUP=pi
# Video Configuration
VIDEO_FOLDER=/home/pi/Videos
# Service Configuration
SERVICE_NAME=video-player
INSTALL_DIR=/opt/video_player
CONFIG_DIR=/etc/video_player
# GPIO Configuration
GPIO_GROUP=gpio
# Logging Configuration
LOG_FILE=/var/log/video_player.log
LOG_LEVEL=INFO
# Display Configuration
DISPLAY=:0
XAUTHORITY=/home/pi/.Xauthority