summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update docker-compose.ymlOleg Geier2020-08-301-1/+2
| | | Important information missing in description
* Mongo 4.4 does not work. Mongo 4.2 and 3.x works.Lauri Ojansivu2020-08-301-1/+3
| | | | | | Thanks to GuidoDr for info. Related #3247
* Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll ↵Lauri Ojansivu2020-08-271-1/+2
| | | | | | | | amount. Thanks to danger89 and xet7 ! Related #2949
* Fix typo.Lua008082020-06-291-1/+1
|
* Use Docker Hub image, it did build faster this time.Lauri Ojansivu2020-06-081-2/+2
|
* Fix comment typo in docker-compose.ymlVictorio Berra2020-04-241-1/+1
| | | webbroser -> web browser.
* Update docker-compose.ymlAllemand2020-04-141-0/+3
|
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-081-0/+5
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* Added some descriptions for ldap-group authenticationMichael Wodniok2020-03-141-1/+5
|
* Add settings for mouse wheen scroll inertia and scroll amount.Lauri Ojansivu2020-03-051-0/+5
| | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949
* Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies.Lauri Ojansivu2020-02-201-1/+1
|
* 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
| | |