2017-05-19 07:29:40 +02:00
|
|
|
wekan
|
|
|
|
=====
|
|
|
|
|
|
|
|
![](https://wekan.github.io/wekan-logo.png)
|
|
|
|
|
|
|
|
[Wekan][1] is an open-source kanban board which allows a card-based task and
|
|
|
|
to-do management, similar to tools like WorkFlowy or Trello.
|
|
|
|
|
|
|
|
## Up and Running
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ docker-compose up -d
|
2021-01-08 05:48:21 +02:00
|
|
|
$ curl http://localhost:8080
|
2017-05-19 07:29:40 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Admin Panel » Settings
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
Registration:
|
|
|
|
Disable Self-Registration: yes
|
|
|
|
Invite People: []
|
|
|
|
|
|
|
|
Email:
|
|
|
|
SMTP Host: smtp.gmail.com
|
|
|
|
SMTP Port: 465
|
|
|
|
Username: username
|
|
|
|
Password: ********
|
|
|
|
TLS support: yes
|
|
|
|
From: username@gmail.com
|
|
|
|
```
|
|
|
|
|
|
|
|
[1]: https://wekan.github.io/
|