mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Updated Configuring Tachidesk Server (markdown)
@@ -49,7 +49,7 @@ server.basicAuthPassword = ""
|
|||||||
- `server.basicAuthUsername` the username value that you have to provide when authenticating.
|
- `server.basicAuthUsername` the username value that you have to provide when authenticating.
|
||||||
- `server.basicAuthPassword` the password value that you have to provide when authenticating.
|
- `server.basicAuthPassword` the password value that you have to provide when authenticating.
|
||||||
|
|
||||||
*Note*: Basic access authentication sends username and password in cleartext and is not completely secure over HTTP, it's recommended to pair this feature with a reverse proxy server like nginx over HTTPS. Also your browser caches the credentials, so you should be careful when accessing the server from non-private devices and use incognito mode.
|
*Note*: Basic access authentication sends username and password in cleartext and is not completely secure over HTTP, it's recommended to pair this feature with a reverse proxy server like nginx and expose the server over HTTPS. Also your browser caches the credentials, so you should be careful when accessing the server from non-private devices and use incognito mode.
|
||||||
|
|
||||||
### misc
|
### misc
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user