Sign inSign up

vstoppe/tiddlywiki

By vstoppe

Updated about 1 year ago

Tiddlywiki test

Image
0

1.3K

vstoppe/tiddlywiki repository overview

About vstoppe/tiddlywiki image

This is a fork of m0wer/tiddlywiki tiddlywiki image. I startet it for for my needs. I am a regular Tiddlywiki user and interested in using an up to date image. Feel free to use.

Run TiddlyWiki 5 via Docker.

The Docker image is available at vstoppe/tiddlywiki - Docker Hub.

Available Docker Images at DockerHub

Image NameTagTiddyWiki Version
vstoppe/tiddlywikilatest5.3.7

Prerequisites

  • Docker.

Quickstart

docker run -d -p 8080:8080 vstopppe/tiddlywiki

Now TiddlyWiki should be running on http://localhost:8080.

Keeping the data

The container uses a Docker volume to save the wiki data. In order not to lose sight of that, I recommend using a local directory for the volume.

docker run -d -p 8080:8080 -v $(pwd)/.tiddlywiki:/var/lib/tiddlywiki vstoppe/tiddlywiki

In this example, the folder $(pwd)/.tiddlywiki is used for the data.

Authentication

Authentication is disabled by default. To enable it, simply provide the USERNAME and PASSWORD environment variables.

Other settings

Limit Node.js memory

If you are in a memory-constrained environment, you can provide the NODE_MEM environment variable to specify the memory ceiling (in MB)

Debug

Set the DEBUG_LEVEL environment variable to debug. For example by passing -e DEBUG_LEVEL=debug option in docker run.

Tag summary

Content type

Image

Digest

sha256:38d7550a1

Size

92.6 MB

Last updated

about 1 year ago

docker pull vstoppe/tiddlywiki