Skip to content

kawasima/rotom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotom

Rotom is a git based Wiki. It's gollum clone.

Get started

% mvn package
% java -jar target/rotom-0.1.0-SNAPSHOT.jar

or

Heroku Deploy

Authentication

Rotom supports bouncr authentication and authorization.

Permission Operation
page:read Show a page and it's history and search pages
page:create Create a new page
page:edit Edit a page
page:delete Delete a page

When you use BouncrBackend, bouncr support is enabled.

RotomConfiguration configuration = new RotomConfiguration();
configuration.setAuthBackend(new BouncrBackend());

About

Git based Wiki system (Gollum clone)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published