fixed doc

This commit is contained in:
Gamosoft 2025-11-26 17:32:51 +01:00
parent 286522119a
commit bafe3a7407
1 changed files with 1 additions and 1 deletions

View File

@ -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` - **Password protection is ENABLED by default** with password: `admin`
- ⚠️ **CHANGE THE DEFAULT PASSWORD IMMEDIATELY** if exposing to a network! - ⚠️ **CHANGE THE DEFAULT PASSWORD IMMEDIATELY** if exposing to a network!
- See **[AUTHENTICATION.md](documentation/AUTHENTICATION.md)** for complete setup instructions - 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` - Change password with Docker: `docker-compose exec notediscovery python generate_password.py`
- Perfect for single-user or small team deployments - Perfect for single-user or small team deployments
- For multi-user setups, consider a reverse proxy with OAuth/SSO - For multi-user setups, consider a reverse proxy with OAuth/SSO