Update supported node versions in docs

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-05-28 20:43:21 +02:00 committed by Tilman Vatteroth
parent 6a916d060a
commit 7b3b6ad7ac

View file

@ -1,8 +1,8 @@
# Manual Installation
!!! info "Requirements on your server"
- Node.js 16
Newer versions are NOT supported. We recommend to run HedgeDoc with the latest release of Node 16.
- Node.js 16 or later
We recommend to run HedgeDoc with the latest LTS release of Node.js.
- Database (PostgreSQL, MySQL, MariaDB, SQLite)
The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite.
In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;`