docs: CHANGE feature overview + ADD feature information to /system/info page #22

This commit is contained in:
Caffeine Fueled 2026-05-25 18:51:29 +02:00
parent c1f3d6b4db
commit 37326b9535
Signed by: cf7
GPG key ID: CA295D643074C68C
2 changed files with 36 additions and 19 deletions

12
app.py
View file

@ -590,6 +590,18 @@ def get_system_info():
<div class="info-section">
<h2>Instance</h2>
<p>{DESCRIPTION}</p>
<p>Simple <strong>temporary live collaboration notepad</strong> with websockets and FastAPI pads expire automatically after a configurable retention period.</p>
</div>
<div class="info-section">
<h2>Features</h2>
<ul>
<li>real-time WebSocket collaboration with cursor preservation across remote edits</li>
<li>per-pad password protection (PBKDF2-SHA256), with a built-in password generator in the UI</li>
<li>line numbers; Tab inserts 4 spaces</li>
<li>dark / light mode (auto-detects system preference, manual toggle)</li>
<li>copy-to-clipboard and "new pad" buttons, live peer count in the header</li>
</ul>
</div>
<div class="info-section">