Go to file
2019-11-02 15:00:48 +01:00
rootfs/etc fix user and group sequences in postgre 2019-11-02 15:00:48 +01:00
.editorconfig initial commit 2019-11-02 11:32:49 +01:00
.gitignore initial commit 2019-11-02 11:32:49 +01:00
.gitlab-ci.yml initial commit 2019-11-02 11:32:49 +01:00
Dockerfile set wikijs commit explicitly 2019-11-02 12:41:36 +01:00
README.md [skip ci] typo in readme 2019-11-02 11:35:19 +01:00

Wiki.js with a postgres backend.

Volumes

  • /home/wikijs/data

Environment Variables

DB_TYPE

  • default: postgres

One of:

  • postgres
  • mysql
  • mariadb
  • mssql
  • sqlite

In case of sqlite, non of the other database options are of concern.

DB_HOST

Database host.

DB_PORT

  • default: 5432

Database port.

DB_NAME

  • default: wikijs

Database name.

DB_USER

  • default: wikijs

Database user.

DB_PASSWORD

Password for the database user.

DB_SSL

  • default: false

Whether to use ssl for the database connection.

MAX_FILE_SIZE

  • default: 5242880

Maximum upload size in bytes per file.

MAX_FILES_PER_REQUEST

  • default: 20

Maximum file uploads per request.

Ports

  • 3000