Skip to content

satran/tiddlygo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiddlyGo

TiddlyGo is a HTTP server written specifically to serve TiddlyWiki files. It is in the early stages of development. You can find more about it on GitHub.

It provides a file upload plugin that helps with uploading files dropped to the wiki to the server instead of storing it in the TiddlyWiki file.

Install

You must have a recent version of Go in your machine. Once you have installed go you can use the following command:

go install github.com/satran/tiddlygo

Usage

tiddlygo [-path /file/path] [-basic]

  • path: sets the path where the files will be served from
  • basic: enables the server to use Basic Authentication. For this you need to set USERNAME and PASSWORD environment variables.

About

A TiddlyWiki Server in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages