Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 282 Bytes

auth.md

File metadata and controls

9 lines (5 loc) · 282 Bytes

Auth

Configuration

Passwords:

The passwords in the configuration must be SHA-512 ($6$) hashes. The quickest way to get these, is pointing your browser to quickhash and generate them there.

Pro-tip: using a random salt makes it even safer.