wraith11 / docker_tiddlywiki-bob

Dockerfile for Tiddlywiki with BOB extension.
4 stars 1 forks source link

Docker Tiddlywiki-BOB

This is a TiddlyWiki Dockerfile with BOB extension for multiuser access. It provides:

( from https://github.com/OokTech/TW5-Bob )

It's a very simple Dockerfile with no configuration.

$ docker run -p 8080:8080 -v "tiddlywiki-bob_data:/var/local/tiddlywiki" --name tiddlywiki-bob wraith116/tiddlywiki-bob:latest

It will create a wiki under $HOME/wikis/BobWiki.
I may add a ENV variable to name the wiki in the future - but this would only affect the directory name.

Important note!

I havn't found a possibility to activate TiddlyWiki's password protection with BOB.
If you want to make this wiki accessible from the internet you have to set up your own password protection e.g. with a reverse proxy.