Updated FAQ (markdown)

Melroy van den Berg 2016-06-12 21:04:07 +02:00
parent ba76ec4c07
commit b3c1417519

13
FAQ.md

@ -53,6 +53,19 @@ List all users:
db.users.find()
```
## Show mails with a Docker image, without mail configuration
When you did **NOT** setup the `MAIL_URL` environment variable in Wekan, the mail message will be 'sent' to the terminal output instead of sending an actual e-mail. If you are using Docker images, then the terminal
```sh
$ docker ps
```
Then attach to the process:
```
$ docker attach --sig-proxy=false <container_id>
``
With the `--sig-proxy=false` flag, you can close the attached shell again via **ctl + x** without exiting the Wekan process.
Via the web-interface trigger a password reset and what the terminal output.
## How can I contribute to Wekan?
Were glad youre interested in helping the Wekan project! We welcome bug reports, enhancement ideas, and pull requests, in our GitHub bug tracker. Have a look at the [Contributing][] notes for more information how you can help improve and enhance Wekan.