mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
docs: 📚️ update readme
This commit is contained in:
parent
a7dd38f87a
commit
688d552847
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -209,6 +209,16 @@ accounts:
|
|||
|
||||
Notice you can specify either `macaroonPath` and `certificatePath` or `macaroon` and `certificate`.
|
||||
|
||||
#### Security
|
||||
|
||||
On the first start of the server, the `masterPassword` and all account `password` fields will be **hashed** and the file will be overwritten with these new values to avoid having cleartext passwords on the server.
|
||||
|
||||
##### Changing passwords
|
||||
|
||||
If you want to change any password in the yaml file you have to overwrite **ALL** `password` fields and the `masterPassword` to their **cleartext** versions and remove the `hashed: true` line.
|
||||
|
||||
This way ThunderHub knows it has to hash the passwords again on the next server start.
|
||||
|
||||
### Privacy Configs
|
||||
|
||||
**Prices and Fees**
|
||||
|
|
Loading…
Add table
Reference in a new issue