From d7c6fe9c1f77200e2ca6fb97d955146b57172d9b Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Fri, 19 Dec 2025 15:59:10 +0100 Subject: [PATCH] cahnged docs --- README.md | 4 ++-- documentation/AUTHENTICATION.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dded589..6635f6c 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,8 @@ NoteDiscovery is designed for **self-hosted, private use**. Please keep these se - By default, the app listens on `0.0.0.0:8000` (all network interfaces) ### Authentication -- **Password protection is ENABLED by default** with password: `admin` -- ⚠️ **CHANGE THE DEFAULT PASSWORD IMMEDIATELY** if exposing to a network! +- **Password protection is DISABLED by default** (default password: `admin`) +- ⚠️ **ENABLE AUTHENTICATION AND CHANGE THE DEFAULT PASSWORD** if exposing to a network! - See **[AUTHENTICATION.md](documentation/AUTHENTICATION.md)** for complete setup instructions - To disable auth, set `authentication.enabled: false` in `config.yaml` - Change password with Docker: `docker-compose exec notediscovery python generate_password.py` diff --git a/documentation/AUTHENTICATION.md b/documentation/AUTHENTICATION.md index 1d062cd..0f7adb1 100644 --- a/documentation/AUTHENTICATION.md +++ b/documentation/AUTHENTICATION.md @@ -25,7 +25,7 @@ NoteDiscovery includes a simple, secure authentication system for single-user de ## 🚀 Quick Setup **Default Configuration:** -- Authentication is **enabled by default** +- Authentication is **disabled by default** - Default password is `admin` - Default secret key is insecure