cahnged docs

This commit is contained in:
Gamosoft 2025-12-19 15:59:10 +01:00
parent 124f2106f3
commit d7c6fe9c1f
2 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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