Sign inSign up

mreishus/tiddlywiki

By mreishus

Updated almost 8 years ago

Image
0

9.0K

mreishus/tiddlywiki repository overview

mreishus note

This comes from https://github.com/djmaze/tiddlywiki-docker . I'm publishing a new image because I don't see an up to date one with the newest tiddlywiki.

Original Readme

Run TiddlyWiki 5 via docker.

Prerequisites

Install docker.

Quickstart

sudo docker run -d -p 8080:8080 mazzolino/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 folder for the volume.

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

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

Auth

Default auth is user / wiki

Simply provide the USERNAME and PASSWORD env variables to customise.

Other settings

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

Tag summary

Content type

Image

Digest

Size

37.9 MB

Last updated

almost 8 years ago

docker pull mreishus/tiddlywiki