mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 03:40:16 +01:00
Updated FAQ (markdown)
parent
ba76ec4c07
commit
b3c1417519
1 changed files with 13 additions and 0 deletions
13
FAQ.md
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?
|
||||
We’re glad you’re 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue