Skip to content

gl-prototypes/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example wiki app

A simple wiki with GitHub authentication in ~200 lines of Go.

It is an example application using com and the components of stdcom.

Screenshot

Setup

For authentication to work, you'll have to register an OAuth app with GitHub. Any values will do, but the callback URL should be http://localhost:8080/_auth/callback/github.

Put the OAuth client key and secret in the wiki.toml file before running.

Running

$ go build ./cmd/wiki
$ ./wiki

License

BSD

About

Example wiki app built with gliderlabs/com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages