Updated Settings (markdown)

Lauri Ojansivu 2018-06-25 03:29:49 +03:00
parent d4a27bd417
commit 0ad5993e10

@ -1,5 +1,10 @@
## Standalone Wekan Settings: Snap, Docker, Source etc (not Sandstorm)
## Webserver config
* [Nginx](https://github.com/wekan/wekan/wiki/Nginx-Webserver-Config)
* [Apache](https://github.com/wekan/wekan/wiki/Apache)
* [Caddy](https://github.com/wekan/wekan/wiki/Caddy-Webserver-Config)
Examples:
1) nginx SSL or without SSL, available at internet:
@ -32,13 +37,18 @@ First registered Wekan user will get [Admin Panel](https://github.com/wekan/weka
Docker and source based installs. You can also on MongoDB
[enable Admin Panel](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v0111-rc2-2017-03-05-wekan-prerelease) and [change you as board admin](https://github.com/wekan/wekan/issues/1060#issuecomment-310545976).
You may need these on other platforms than Sandstorm:
* **[Using same database for both LAN and VPN Wekan](https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml#L86-L100)**
* [Using Proxy](https://github.com/wekan/wekan/issues/1480)
* [Troubleshooting Mail](https://github.com/wekan/wekan/wiki/Troubleshooting-Mail). For Exchange, you can use [DavMail](http://davmail.sourceforge.net), Wekan SMTP => DavMail => Exchange.
* [Troubleshooting CentOS 7](https://github.com/wekan/wekan/issues/718)
* Webserver config
* [Nginx](https://github.com/wekan/wekan/wiki/Nginx-Webserver-Config)
* [Apache](https://github.com/wekan/wekan/wiki/Apache)
* [Caddy](https://github.com/wekan/wekan/wiki/Caddy-Webserver-Config)
* [RAM usage](https://github.com/wekan/wekan/issues/1088#issuecomment-311843230)
## LAN + VPN
[Using same database for both LAN and VPN Wekan](https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml#L86-L100)
## Proxy
[Using Proxy](https://github.com/wekan/wekan/issues/1480)
## Email
[Troubleshooting Mail](https://github.com/wekan/wekan/wiki/Troubleshooting-Mail). For Exchange, you can use [DavMail](http://davmail.sourceforge.net), Wekan SMTP => DavMail => Exchange.
## RAM usage
[RAM usage](https://github.com/wekan/wekan/issues/1088#issuecomment-311843230)