Update docs and screenshots
CI / backend (pull_request) Canceled after 0s
CI / shell (pull_request) Canceled after 0s
CI / frontend (pull_request) Canceled after 0s
CI / arm64-smoke (pull_request) Canceled after 0s
CI / backend (push) Canceled after 0s
CI / shell (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
CI / arm64-smoke (push) Canceled after 0s

This commit is contained in:
2026-07-25 10:26:29 +02:00
parent d6cda77aaf
commit 1f110866f5
170 changed files with 24657 additions and 3 deletions
@@ -0,0 +1,15 @@
[Unit]
Description=TuxDMX MIDI Bridge
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=tuxdmx
WorkingDirectory=/opt/tuxdmx-midi-bridge
ExecStart=/opt/tuxdmx-midi-bridge/.venv/bin/python -m tuxdmx_midi_bridge --config /opt/tuxdmx-midi-bridge/config.yaml
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target