Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 408 Bytes

twkwk

A barebones server for TiddlyWiki 5 which serves the wiki on any path and handles saving and backups.

Backups are not automatically cleaned, so you might wanna set up a cron job for that.

Building and running

cargo build --release
twkwk --wiki-file ./wiki --backup-dir ./backups --port 8000

Command line options should be self-explainatory.