- deploy/docker-compose.yml: Produktions-Stack (Backend, Postgres, Mosquitto) Backend bindet nur auf 127.0.0.1:8080 (HTTPS via Reverse Proxy) - deploy/.env.example: Vorlage für Produktions-Umgebungsvariablen - deploy/mosquitto/config/mosquitto.conf: Mosquitto mit Passwort-Auth - ansible/group_vars: morz_server_base_url auf https://dockerbox.morz.de - ansible/inventory.yml: debi entfernt, dev-Hosts info11/info12 ergänzt - .gitignore: !.env.example als Ausnahme ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
355 B
Text
25 lines
355 B
Text
# Go build artefacts
|
|
bin/
|
|
dist/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Editor and OS junk
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Compose override files
|
|
compose.override.yml
|
|
vault.yml
|
|
ansible/.vault_pass
|
|
ansible/roles/signage_player/files/morz-agent
|
|
player/agent/agent-linux-arm64
|
|
docs/SESSION-MEMORY-*.md
|
|
player/agent/morz-agent
|