summaryrefslogtreecommitdiffstats
path: root/docker-compose-build.yml
Commit message (Collapse)AuthorAgeFilesLines
* - Update translated text.Lauri Ojansivu2018-12-211-1/+1
|
* Add a new env var to select the default authentication methodguillaume2018-12-191-0/+3
|
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-0/+14
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵Lauri Ojansivu2018-11-201-0/+3
| | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10
* Fix typo about ldapsRobin BRUCKER2018-10-311-1/+1
| | | | | | Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to 'ssl' instead.
* Fix syntax.Lauri Ojansivu2018-10-301-1/+1
|
* docker-compose.yml and docker-compose-build.yml:Lauri Ojansivu2018-10-261-57/+59
| | | | | | | - Remove single quotes, because settings are quoted automatically. - Comment out most settings that have default values. Thanks to xet7 !
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-241-18/+18
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* - Add separate docker-compose-build.ymlLauri Ojansivu2018-10-231-0/+219
Thanks to xet7 !