summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* - Fix OIDC Docker login. Empty string results to empty array at ↵Lauri Ojansivu2019-06-141-1/+1
| | | | | | | | wekan/server/authentication.js Thanks to xet7 ! Closes #2206
* fix oauth2 typos in dockerfile & composeDominik Pfeifer2019-06-121-1/+1
|
* Merge branch 'risacher-master' into edgeLauri Ojansivu2019-05-241-0/+4
|\
| * Add support for more CORS headersDaniel Risacher2019-05-241-0/+4
| |
* | Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-1/+1
|/
* - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-0/+4
| | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* Option to login to the LDAP server with the user's own username and ↵Lauri Ojansivu2019-05-101-0/+3
| | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399
* Removed quotesShubham Hibare2019-04-121-2/+2
|
* Replace header login example variable names.Lauri Ojansivu2019-04-081-4/+4
| | | | Related #2019
* Fix docker-compose.ymlLauri Ojansivu2019-03-231-4/+4
|
* - Add LDAP config example, remove extra text.Lauri Ojansivu2019-03-211-117/+70
| | | | Thanks to xet7 !
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-211-0/+6
| | | | Thanks to xet7 !
* Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-111-0/+10
| | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821
* [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-081-0/+7
| | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* [Add support for admin status ↵Lauri Ojansivu2019-03-061-0/+6
| | | | | | | | sync](https://github.com/wekan/wekan-ldap/pull/40). Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2 Thanks to JulianJacobi and xet7 !
* - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-271-4/+0
| | | | | | | | | | | configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722
* - Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).Lauri Ojansivu2019-02-251-0/+4
| | | | | | Thanks to xet7 ! Closes #2203
* Added LDAP email environment variablesSteven Waters2019-02-211-0/+16
| | | | Support for LDAP matching existing accounts with e-mail address.
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-131-0/+4
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* Merge pull request #2187 from GavinLilly/kadira-integrationLauri Ojansivu2019-02-131-2/+5
|\ | | | | Kadira integration
| * Cleaning up docker-compose for mergeGavin Lilly2019-02-131-56/+22
| |
| * Merge branch 'devel' of github.com:wekan/wekan into develGavin Lilly2019-02-111-0/+3
| |\
| * | Replaced Kadira by meteor-apm-agentGavin Lilly2019-02-111-5/+5
| | |
| * | Added Kadira packages and env settings in Docker ComposeGavin Lilly2019-02-091-18/+55
| | |
* | | - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-121-36/+66
| |/ |/| | | | | Thanks to xet7 !
* | - Add option DEBUG=true for docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-111-0/+3
|/ | | | Thanks to xet7 !
* - Add optional Nginx reverse proxy config to docker-compose.yml and nginx ↵Lauri Ojansivu2018-12-281-0/+18
| | | | | | directory. Thanks to MyTheValentinus !
* - docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container ↵Lauri Ojansivu2018-12-261-1/+1
| | | | | | does not exist yet. Thanks to xet7 !
* - Use Node 8.15.0 and MongoDB 3.2.22.Lauri Ojansivu2018-12-261-1/+1
| | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
* - Comment out docker build from source part of docker-compose.ymlLauri Ojansivu2018-12-241-11/+11
| | | | Thanks to xet7 !
* - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-241-11/+12
| | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
* - Fix docker-compose.yml to use Meteor 1.6.x based Wekan,Lauri Ojansivu2018-12-241-6/+6
| | | | | | because currently Meteor 1.8.x based version is broken. Thanks to xet7 !
* - Move wekan-postgresql back to https://github.com/wekan/wekan-postgresqlLauri Ojansivu2018-12-221-57/+0
| | | | | | because there is many differences in database settings. Thanks to xet7 !
* Fix typo.Lauri Ojansivu2018-12-221-1/+1
|
* - Combine all docker-compose.yml files.Lauri Ojansivu2018-12-221-9/+338
| | | | Thanks to xet7 !
* - 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/+2
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* revert changes for patch authenticationguillaume2018-11-221-0/+12
|
* - 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
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-12/+0
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Logout with timerguillaume2018-11-061-0/+12
|
* 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-55/+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
* - This docker-compose.yml uses prebuilt image.Lauri Ojansivu2018-10-231-2/+0
| | | | Thanks to xet7 !
* - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-231-13/+2
| | | | Thanks to xet7 !
* - Add info about using prebuild image.Lauri Ojansivu2018-10-171-0/+2
| | | | Thanks to xet7 !
* - Add experimental Docker edge that works.Lauri Ojansivu2018-10-111-2/+2
| | | | Thanks to xet7 !