codemarc / twiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twiki

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

start the wikki on http://localhost:8080
Default auth is user / wiki

To override provide USERNAME and PASSWORD as env variables

Other settings

To serve the tiddlywiki at a non-root prefix path set the SERVE_URI environment variable: this variable ''must'' start with a forward slash character. The tiddlywiki will be served by the container at http:///${SERVE_URI} - the container initialization script takes care of setting the required host configuration tiddler.

About


Languages

Language:Shell 100.0%