Skip to content
/ website Public

Kanboard's official website source code

Notifications You must be signed in to change notification settings

kasunf/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanboard's website

Build with PHP, Silex, Twig, Parsedown and PicoFeed.

Installation

composer install

Usage

Start PHP webserver on localhost:

make serve

API

Get latest stable version

Request:

https://kanboard.net/version

Response:

{
    version: "1.0.27"
}

Get the list of plugins

Request:

https://kanboard.net/plugins.json

How to add a new plugin to the list?

Update the file data/plugins.php and send a pull-request.

About

Kanboard's official website source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published