docs: full refresh per DOCSPLAN (auth subsystem, backends model, access classes, sudo table, state-model mechanics) + 3 stale docstrings
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
server.py - Vacuum Wall management WebUI entry point.
|
||||
|
||||
Serves the Flask application on 127.0.0.1:9090. Nginx terminates SSL
|
||||
and enforces basic authentication before proxying to this port.
|
||||
for the management domain; authentication is enforced at this layer
|
||||
(JWT ``Authorization`` + ``X-Session-Id`` middleware), never via nginx
|
||||
basic auth.
|
||||
"""
|
||||
|
||||
import contextlib
|
||||
|
||||
Reference in New Issue
Block a user