thedocks/tiddlywiki
Andy Bunce f92b76f266 [add] prometheus 2022-04-02 17:56:21 +01:00
..
.env [new] restart 2021-10-26 22:01:40 +01:00
.env-example [new] restart 2021-10-26 22:01:40 +01:00
.gitignore [new] restart 2021-10-26 22:01:40 +01:00
Dockerfile [fix] 2021-10-26 22:09:32 +01:00
LICENSE [new] restart 2021-10-26 22:01:40 +01:00
README.md [new] restart 2021-10-26 22:01:40 +01:00
docker-compose.yml [add] prometheus 2022-04-02 17:56:21 +01:00
entrypoint.sh [new] restart 2021-10-26 22:01:40 +01:00
sync-quodatum.sh [add] sync 2021-10-31 21:59:38 +00:00

README.md

TiddlyWiki Docker

Run TiddlyWiki 5 via Docker and Docker Compose

QuickStart

You should install Docker and Docker Compose first.

cp .env-example .env
docker-compose up -d

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

Data

The directory ./wiki-data is used for all the data.

Auth

default: user / wiki
Modify .env file to customize

ToDo

  • Backup Data Automatically: sync ./wiki-data with Object Storage Service (Like Amazon S3)