update
This commit is contained in:
@@ -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.
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user