Go to file
2020-04-08 10:41:47 +00:00
rootfs/etc no longer needed with b4cb8249f5 2019-11-06 12:13:01 +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 add git to final image 2020-04-08 10:41:47 +00:00
nextcloud-auth.patch push to version 2.2.51 2020-04-05 12:11:56 +02: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