summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-1/+1
| | | | 2020product-dollybean
* Implemented Nextcloud OAuth2 HackBojan Hartmann2020-01-221-0/+25
| | | | | Fixed: OAuth2 authentication via Nextcloud(tested Nextcloud 17.0.2-18.0.0) Todo: actually use the profile data: Fullname and Email in Profile
* Fix docker-compose.ymlLauri Ojansivu2020-01-101-1/+1
|
* Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.Lauri Ojansivu2020-01-101-1/+1
| | | | Thanks to xet7 !
* Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-3/+0
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 2.Lauri Ojansivu2019-12-201-2/+2
| | | | Thanks to xet7 !
* Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-201-1/+3
|\ | | | | Issue #2688
| * Add LINKED_CARDS_ENABLED env varAkuket2019-11-281-1/+3
| |
* | Upgrade to Meteor 1.8.3 and Node 8.17.0.Lauri Ojansivu2019-12-201-2/+2
| | | | | | | | | | | | | | Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
* | Made the link https and moved default value into settingKevin Köllmann2019-12-181-3/+2
| |
* | Update the LDAP_BACKGROUND_SYNC_INTERVAL setting documentationKevin Köllmann2019-12-181-2/+3
| |
* | Back to Meteor 1.8.x.Lauri Ojansivu2019-12-051-13/+13
| |
* | Try to fix Travis.Lauri Ojansivu2019-12-051-1/+1
| |
* | Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.Lauri Ojansivu2019-12-051-14/+14
|/ | | | | | | | Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 !
* #2738 adding all pertinent help file for due days, plus modified the ↵Sam X. Chen2019-10-011-2/+2
| | | | .list-header-name when in mobile mode
* LDAP: Fix USERDN example, when parameters contain spaces:Lauri Ojansivu2019-09-061-2/+4
| | | | | | LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" Thanks to compumatter !
* Upgrade node, mongo and fibers.Lauri Ojansivu2019-08-291-1/+1
| | | | Thanks to xet7 !
* Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less emailLauri Ojansivu2019-08-261-3/+3
| | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-0/+4
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵Sam X. Chen2019-08-101-0/+4
| | | | attachment while reading
* Update docker-compose.yml, quay works now again.v3.08Lauri Ojansivu2019-08-071-6/+3
|
* Merge branch 'master' of https://github.com/Trekky12/wekan into Trekky12-masterLauri Ojansivu2019-08-041-0/+3
|\
| * add settings field for LDAP user authentication fieldTobias2019-08-041-0/+3
| |
* | Upgrade to MongoDB 4.0.11Lauri Ojansivu2019-08-041-1/+1
|/
* Add RICHER_CARD_COMMENT_EDITOR=true to docker-compose.yml.Lauri Ojansivu2019-07-261-0/+4
|
* - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it worksLauri Ojansivu2019-07-261-2/+4
| | | | | | | | and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354
* Now Docker works, fixed docker-compose.yml.Lauri Ojansivu2019-07-251-7/+10
| | | | | | Thanks to xet7 ! Related #2533
* Allow to shrink attached/pasted image: Add to Snap/Docker/Source.Lauri Ojansivu2019-07-181-0/+5
| | | | Thanks to xet7 !
* Add BIGEVENTS_PATTERN to Source/Snap/Docker.Lauri Ojansivu2019-07-111-0/+16
| | | | Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-0/+13
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* Fix docker-compose.yml to use correct master branch that has meteor 1.8.1.Lauri Ojansivu2019-07-061-1/+1
|
* Update build scripts.Lauri Ojansivu2019-06-291-1/+1
|
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-141-1/+1
|\
| * - 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-131-1/+1
|\|
| * fix oauth2 typos in dockerfile & composeDominik Pfeifer2019-06-121-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-111-1/+5
|\|
| * 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
| |/
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-221-0/+4
|\|
| * - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-0/+4
| | | | | | | | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-101-0/+3
|\|
| * 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
* | Update docker-compose.yml to use meteor-1.8 branch with MongoDB 4.0.9.Lauri Ojansivu2019-04-201-3/+3
|/
* 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 !