added features list

This commit is contained in:
ston1th 2019-05-16 11:01:06 +02:00
commit 1b2a24a901
4 changed files with 34 additions and 17 deletions

View file

@ -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).