Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wargio/openkanban

An Open Source self-hosted Kanban
https://github.com/wargio/openkanban

html5 java javascript kanban kanban-board mit

Last synced: 2 months ago
JSON representation

An Open Source self-hosted Kanban

Awesome Lists containing this project

README

        

# Open Kanban

A simple kanban selfhosted.

Feature list:

* Tasks (with Users, Categories and Priorities)
* Comments
* Filters
* No database support

Original webui code author: https://github.com/scazzy/kanban-board

## Screenshot

![image](https://user-images.githubusercontent.com/561184/162066838-df45e389-07c4-49b8-831c-6520d0c79af8.png)

## Building

```bash
go mod download
go build
```

## Updating the www files

you will need to install [go-assets-builder](https://github.com/jessevdk/go-assets-builder)

```bash
go-assets-builder -s /www -o assets.go www
```