diff --git a/images/docker-wikijs/index.html b/images/docker-wikijs/index.html index a1379654d8..9ba0dc8f67 100644 --- a/images/docker-wikijs/index.html +++ b/images/docker-wikijs/index.html @@ -1,4 +1,4 @@ - wikijs - LinuxServer.io
Skip to content

linuxserver/wikijs

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Wikijs A modern, lightweight and powerful wiki app built on NodeJS.

wikijs

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/wikijs:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Please note that the database configuration environment variables will apply on first run only, after which you will need to directly edit /config/config.yml to change your settings.

For more information please see the official documentation.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ wikijs - LinuxServer.io      

linuxserver/wikijs

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Wikijs A modern, lightweight and powerful wiki app built on NodeJS.

wikijs

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/wikijs:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Please note that the database configuration environment variables will apply on first run only, after which you will need to directly edit /config/config.yml to change your settings.

For more information please see the official documentation.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   wikijs:
     image: lscr.io/linuxserver/wikijs:latest
@@ -58,4 +58,4 @@
   --pull \
   -t lscr.io/linuxserver/wikijs:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.08.22: - Rebase to Alpine 3.18.
  • 07.07.23: - Deprecate armhf. As announced here
  • 21.03.23: - Restore git and openssh packages for git storage support.
  • 21.03.23: - Create dummy /etc/os-release to fix System Info page.
  • 10.10.22: - Rebasing to alpine 3.16, migrate to s6v3.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 28.04.20: - Added python dependency for some NPM modules as well as git for storage module
  • 14.12.19: - Initial Release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.08.22: - Rebase to Alpine 3.18.
  • 07.07.23: - Deprecate armhf. As announced here
  • 21.03.23: - Restore git and openssh packages for git storage support.
  • 21.03.23: - Create dummy /etc/os-release to fix System Info page.
  • 10.10.22: - Rebasing to alpine 3.16, migrate to s6v3.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 28.04.20: - Added python dependency for some NPM modules as well as git for storage module
  • 14.12.19: - Initial Release.
\ No newline at end of file