1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/wekan/README.md

33 lines
576 B
Markdown
Raw Normal View History

2017-05-19 05:29:40 +00: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 03:48:21 +00:00
$ curl http://localhost:8080
2017-05-19 05:29:40 +00: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/