Updated Configuring Tachidesk Server (markdown)

Aria Moradi
2021-10-23 21:27:13 +03:30
parent 3c73b813ba
commit fc7def2925

@@ -49,7 +49,7 @@ server.basicAuthPassword = ""
- `server.basicAuthUsername` the username 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
```