Compare commits

..

2 commits

Author SHA1 Message Date
da92204027 larger cable hole 2026-01-19 23:39:26 +01:00
4f2b3853b5 renamed 2026-01-19 23:39:15 +01:00
6 changed files with 8 additions and 31 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -7,13 +7,7 @@
# Benutzung
- als **root** ausführen
- gunicorn -b 0.0.0.0 -w 1 -k gthread main:app
# Beim Booten starten
- Kopiere die systemd/matrix.service nach /etc/systemd/service/
- systemctl daemon-reload
- systemctl enable --now matrix
- gunicorn -w 1 -k gthread main:app
# Dateien
@ -44,15 +38,13 @@ Für deutsche Ausgabe (z.B. den Monatsnamen):
# Szenen
- curl "http://localhost:8000/start/color?red=255&green=255&blue=255"
- curl http://localhost:8000/start/bitcoin
- curl http://localhost:8000/start/clock
- curl http://localhost:8000/start/colorclock
- curl http://localhost:8000/start/helloworld
- curl http://localhost:8000/start/scroll
- curl http://localhost:8000/start/piamedia
- curl http://localhost:8000/stop
- curl http://localhost:8000/reset
curl "http://localhost:8000/start/color?red=255&green=255&blue=255"
curl http://localhost:8000/start/bitcoin
curl http://localhost:8000/start/clock
curl http://localhost:8000/start/colorclock
curl http://localhost:8000/start/helloworld
curl http://localhost:8000/stop
curl http://localhost:8000/reset
# Entwicklung ohne Matrix-Display

View file

@ -1,15 +0,0 @@
[Unit]
Description=Matrix Flask Application
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/matrix
ExecStart=/usr/bin/gunicorn -b 0.0.0.0 -w 1 -k gthread main:app
Restart=always
RestartSec=5s
User=root
Group=root
[Install]
WantedBy=multi-user.target