diff --git a/README.md b/README.md index b5cf0eb..f50aae3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ pyninja start - **MONITOR_USERNAME** - Username to authenticate the monitoring page. - **MONITOR_PASSWORD** - Password to authenticate the monitoring page. - **MONITOR_SESSION** - Session timeout for the monitoring page. +- **NO_AUTH** - Boolean flag to host monitoring page without authentication. - **MAX_CONNECTIONS** - Maximum number of monitoring sessions allowed in parallel. - **PROCESSES** - List of process names to include in the monitor page. - **SERVICES** - List of service names to include in the monitor page. diff --git a/docs/README.html b/docs/README.html index c77ad6e..057eefb 100644 --- a/docs/README.html +++ b/docs/README.html @@ -98,6 +98,7 @@
MONITOR_USERNAME - Username to authenticate the monitoring page.
MONITOR_PASSWORD - Password to authenticate the monitoring page.
MONITOR_SESSION - Session timeout for the monitoring page.
NO_AUTH - Boolean flag to host monitoring page without authentication.
MAX_CONNECTIONS - Maximum number of monitoring sessions allowed in parallel.
PROCESSES - List of process names to include in the monitor page.
SERVICES - List of service names to include in the monitor page.
Returns the landing page context for monitor endpoint.
+Returns a key-value pair to be inserted into the Jinja template.
+Dict[str, Any]
+