fixed doc
This commit is contained in:
parent
286522119a
commit
bafe3a7407
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue