Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wargio/openkanban
- Owner: wargio
- License: mit
- Created: 2018-02-16T12:39:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T02:37:23.000Z (8 months ago)
- Last Synced: 2024-06-21T19:13:21.835Z (7 months ago)
- Topics: html5, java, javascript, kanban, kanban-board, mit
- Language: Go
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Kanban
A simple kanban selfhosted.
Feature list:
* Tasks (with Users, Categories and Priorities)
* Comments
* Filters
* No database supportOriginal 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
```