This commit is contained in:
2026-05-08 22:35:18 +02:00
parent 3ca2fea861
commit 520d3924af
10699 changed files with 2956416 additions and 670 deletions

View File

@@ -0,0 +1,21 @@
AzA Empfang Backup Presence-Ping Patch
========================================
Zeitstempel: 2026-05-08_133333
Inhalt
-------
- empfang_routes.py (Server: RAM-Presence + POST /presence/ping + /users-Felder)
- web/empfang.html (Ping-Intervall, Online-Priorität)
- web/style.css (Kopie, am Patchzeitpunkt meist unverändert)
Wiederherstellen
----------------
Dateien zurück an die Projektorte unter „AzA march 2026“ kopieren
(Overwrite). Server neu starten.
basis14.py war für diesen Patch nicht geändert und liegt nicht mit im Backup.
Rollback
--------
Nach Restore kein automatischer Presence-Speicher mehr aktiv;
Benutzerliste fällt auf ältere Heuristik (devices/self) zurück.

View File

@@ -0,0 +1,38 @@
body {
font-family: Arial, sans-serif;
margin: 40px;
background: #f5f5f5;
}
header {
margin-bottom: 40px;
}
h1 {
margin-bottom: 5px;
}
main {
background: white;
padding: 30px;
border-radius: 8px;
}
.button {
display: inline-block;
padding: 10px 18px;
background: #2d6cdf;
color: white;
text-decoration: none;
border-radius: 5px;
}
.button:hover {
background: #1b4fad;
}
footer {
margin-top: 40px;
font-size: 12px;
color: #777;
}