mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Updated Configuring Tachidesk Server (markdown)
@@ -47,7 +47,7 @@ server.basicAuthEnabled = false
|
|||||||
server.basicAuthUsername = ""
|
server.basicAuthUsername = ""
|
||||||
server.basicAuthPassword = ""
|
server.basicAuthPassword = ""
|
||||||
```
|
```
|
||||||
- `server.basicAuthEnabled` controls whether if Tachidesk-Server should be protected with [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication), enabling this options is useful when hosting on a public network/the Internet.
|
- `server.basicAuthEnabled` controls whether if Tachidesk-Server should be protected with [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication), enabling this option is useful when hosting on a public network/the Internet.
|
||||||
- `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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user