Skip to content

pedrorito/tiddlywiki-docker

 
 

Repository files navigation

TiddliWiki 5 Docker image

Run TiddlyWiki 5 via Docker.

Forked from m0wer/tiddlywiki-docker to add a docker-compose file.

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

Available Docker Images at DockerHub

Image Name Tag TiddyWiki Version
m0wer/tiddlywiki latest 5.2.0
m0wer/tiddlywiki v[X] [X]
m0wer/tiddlywiki test ?

Prerequisites

  • Docker.

Keeping the data

Edit docker-compose.yml, replacing /home/example/tiddlywiki with the path to your tiddlywiki directory.

Authentication

To enable authentication, simply provide the USERNAME and PASSWORD environment in the variables.env file.

Quickstart

docker-compose up -d

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

Stop server

docker-compose down

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 and in variables.env).

Debug

Set the DEBUG_LEVEL environment variable to debug (also in variables.env).

About

NodeJS based TiddlyWiki 5 Docker image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.3%
  • Dockerfile 22.7%