cahnged docs
This commit is contained in:
parent
124f2106f3
commit
d7c6fe9c1f
|
|
@ -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)
|
- By default, the app listens on `0.0.0.0:8000` (all network interfaces)
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
- **Password protection is ENABLED by default** with password: `admin`
|
- **Password protection is DISABLED by default** (default password: `admin`)
|
||||||
- ⚠️ **CHANGE THE DEFAULT PASSWORD IMMEDIATELY** if exposing to a network!
|
- ⚠️ **ENABLE AUTHENTICATION AND CHANGE THE DEFAULT PASSWORD** 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 `authentication.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`
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ NoteDiscovery includes a simple, secure authentication system for single-user de
|
||||||
## 🚀 Quick Setup
|
## 🚀 Quick Setup
|
||||||
|
|
||||||
**Default Configuration:**
|
**Default Configuration:**
|
||||||
- Authentication is **enabled by default**
|
- Authentication is **disabled by default**
|
||||||
- Default password is `admin`
|
- Default password is `admin`
|
||||||
- Default secret key is insecure
|
- Default secret key is insecure
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue