mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-15 16:20:53 +00:00
Update supported node versions in docs
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
6a916d060a
commit
7b3b6ad7ac
1 changed files with 2 additions and 2 deletions
|
@ -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;`
|
||||
|
|
Loading…
Reference in a new issue