From a96ea0bed4b532ae899ceff8a127fb5361a68973 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 20:24:04 +0100 Subject: [PATCH] Update REST-API.md --- docs/REST-API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/REST-API.md b/docs/REST-API.md index 48f7e40..f4db5f0 100644 --- a/docs/REST-API.md +++ b/docs/REST-API.md @@ -148,3 +148,6 @@ This will automatically reset the flow interval. ## Prometheus/OpenMetrics ### metrics Provides a set of metrics that can be scraped by prometheus. See [Prometheus/OpenMetrics](prometheus-openmetrics.md) for details. + +## Password Protection +The Web Interface and the REST API can be protected by a password, see [Password-Protection](https://jomjol.github.io/AI-on-the-edge-device-docs/Password-Protection/).