zgq354 / tiddlywiki-docker

🐳 Run TiddlyWiki 5 via Docker and Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Related Repo

About

🐳 Run TiddlyWiki 5 via Docker and Docker Compose

License:MIT License


Languages

Language:Dockerfile 50.9%Language:Shell 49.1%