added features list
This commit is contained in:
parent
a8a4771ca4
commit
1b2a24a901
4 changed files with 34 additions and 17 deletions
11
README.md
11
README.md
|
|
@ -47,6 +47,15 @@ See the `scripts/` directory on how to install gowiki on Linux or OpenBSD.
|
|||
}
|
||||
```
|
||||
|
||||
## GoWiki on OpenBSD
|
||||
## Features
|
||||
|
||||
* Fulltext indexing of wiki pages
|
||||
* Password hashing using BCrypt
|
||||
* 2FA using TOTP
|
||||
* Content Security Policy
|
||||
* No Javascript (yet)
|
||||
* Private wiki pages
|
||||
|
||||
### GoWiki on OpenBSD
|
||||
|
||||
GoWiki makes use of the OpenBSD native security features [pledge(2)](https://man.openbsd.org/pledge) and [unveil(2)](https://man.openbsd.org/unveil).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue