/twkwk

Barebones server for TiddlyWiki that handles saving

Primary LanguageRustThe UnlicenseUnlicense

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.