PWA fixed

added systemd service howto

traefik

nginix set_real_ip_from

improved readme

visuals fixed on mobile

labels removed

updated readme

fixed visuals

overlay for the hotkey

disable screen lock

clean up

git precommit hooks

clean up

clean up

update

check for update feature

added build-time information

fixed date

clean up

added hook script

fix

fix

fix

hooks fixed

webhook setup

players stay in run all timers mode

mqtt

mqtt allways connected

mqtt messages work

capturing mqtt in edit player

mqtt in Setup

updated readme

state of the mqtt

Global Pass turn
This commit is contained in:
cpu
2025-05-08 15:36:17 +02:00
parent d741efa62d
commit 19fbae06fc
51 changed files with 6992 additions and 2 deletions

40
.dockerignore Normal file
View File

@@ -0,0 +1,40 @@
# Git files
.git
.gitignore
# Node modules - these are installed within the Docker build context
node_modules
# Docker specific files (if any, other than Dockerfile itself)
# .dockerignore (to avoid including itself if context changes)
docker
systemd
# Local development environment files
.env
.env*.local
# Logs and temporary files
logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# OS-specific files
.DS_Store
Thumbs.db
# IDE configuration
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
# Build output (if you ever build locally before Docker)
dist/
# If your build output is different, change the line above
# Coverage reports
coverage/
.nyc_output/