From bafe3a7407fd8e6e44063b9e946781eadecd3502 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Wed, 26 Nov 2025 17:32:51 +0100 Subject: [PATCH] fixed doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31991e6..1739673 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ NoteDiscovery is designed for **self-hosted, private use**. Please keep these se - **Password protection is ENABLED by default** with password: `admin` - ⚠️ **CHANGE THE DEFAULT PASSWORD IMMEDIATELY** if exposing to a network! - See **[AUTHENTICATION.md](documentation/AUTHENTICATION.md)** for complete setup instructions -- To disable auth, set `security.enabled: false` in `config.yaml` +- To disable auth, set `authentication.enabled: false` in `config.yaml` - Change password with Docker: `docker-compose exec notediscovery python generate_password.py` - Perfect for single-user or small team deployments - For multi-user setups, consider a reverse proxy with OAuth/SSO