Go to file
Aaron Bieber 490a1a757a Add support for multiple users \o/
Create a webdav and file handler for each user, lock them into a
directory that is their user name.
2021-05-19 20:30:45 -06:00
.gitignore Add the ability to disable http auth. 2021-05-18 16:34:49 -06:00
empty-5.1.23.html add tw 2021-05-17 08:05:42 -06:00
go.mod initial 2021-05-17 07:50:45 -06:00
go.sum initial 2021-05-17 07:50:45 -06:00
LICENSE initial 2021-05-17 07:50:45 -06:00
main.go Add support for multiple users \o/ 2021-05-19 20:30:45 -06:00
README.md link to running instance 2021-05-17 16:04:56 -06:00

widdler

widdler is a single binary that serves up TiddlyWikis.

It can be used to server existing wikis, or to create new ones.

Installation

go get -u suah.dev/widdler

Running

mkdir wiki
cd wiki
# OpenBSD:
htpasswd .htpasswd youruser
# or on Linux/macOS
# htpasswd -c -B youruser
widdler 

Now open your browser to http://localhost:8080

Creating a new TiddlyWiki

Simply browse to the file name you wish to create. widdler will automatically create the wiki file based off the current empty.html TiddlyWiki version.

Saving changes

Simply hit the save button!

TODO

  • Multi-user support