summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies.Lauri Ojansivu2020-02-201-1/+1
|
* Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker.Lauri Ojansivu2020-02-071-1/+1
| | | | Thanks to xet7 !
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-1/+1
| | | | 2020product-dollybean
* Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.Lauri Ojansivu2020-01-101-2/+2
| | | | Thanks to xet7 !
* Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-2/+1
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 2.Lauri Ojansivu2019-12-201-1/+1
| | | | Thanks to xet7 !
* Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-201-0/+1
|\ | | | | Issue #2688
| * Add LINKED_CARDS_ENABLED env varAkuket2019-11-281-0/+1
| |
* | Upgrade to Meteor 1.8.3 and Node 8.17.0.Lauri Ojansivu2019-12-201-1/+1
| | | | | | | | | | | | | | Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
* | Back to Meteor 1.8.x.Lauri Ojansivu2019-12-051-11/+11
| |
* | Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.Lauri Ojansivu2019-12-051-11/+11
|/ | | | | | | | 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 !
* Change base image eoan to rolling, that is probably always newest UbuntuLauri Ojansivu2019-11-211-1/+1
| | | | | | rolling version. Thanks to xet7 !
* It seems Ubuntu eoan package bsdtar has been renamed to libarchive-tools.Lauri Ojansivu2019-11-211-1/+1
| | | | Thanks to xet7 !
* Dockerfile: Use eoan base image. Add missing python3 dependency for node-gyp.Lauri Ojansivu2019-11-211-2/+2
| | | | Thanks to xet7 !
* Update Node.js to v8.16.2.Lauri Ojansivu2019-11-131-1/+1
| | | | Thanks to xet7 !
* Upgrade node, mongo and fibers.Lauri Ojansivu2019-08-291-2/+2
| | | | Thanks to xet7 !
* Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less emailLauri Ojansivu2019-08-261-1/+1
| | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-0/+1
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Add ATTACHMENTS_STORE_PATH to Dockerfile.Lauri Ojansivu2019-08-111-0/+1
|
* Add missing dependencies back.Lauri Ojansivu2019-08-071-2/+2
| | | | | | Thanks to whowillcare and xet7 ! Related #2589
* Try to make release sizes smaller by deleting phantomjs.Lauri Ojansivu2019-08-071-0/+5
| | | | Thanks to xet7 !
* add settings field for LDAP user authentication fieldTobias2019-08-041-0/+1
|
* - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it worksLauri Ojansivu2019-07-261-1/+1
| | | | | | | | and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354
* Add RICHER_CARD_COMMENT_EDITOR=true setting to Source/Snap/Docker/Sandstorm.Lauri Ojansivu2019-07-261-0/+1
| | | | | | More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-241-6/+6
|
* Remove python, docs generations etc from Dockerfile.Lauri Ojansivu2019-07-181-19/+19
|
* Allow to shrink attached/pasted image: Add to Snap/Docker/Source.Lauri Ojansivu2019-07-181-0/+2
| | | | Thanks to xet7 !
* Add BIGEVENTS_PATTERN to Source/Snap/Docker.Lauri Ojansivu2019-07-111-0/+1
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-111-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-3/+4
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-9/+11
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-0/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-0/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+2
|
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-3/+4
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-1/+1
| | | | Thanks to xet7 !
* Change compiler to g++Lauri Ojansivu2019-07-101-2/+2
| | | | Thanks to xet7 !
* Try to fix Dockerfile: Create directory for node-gyp.Lauri Ojansivu2019-07-101-0/+1
| | | | Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2019-07-101-2/+3
| | | | Thanks to xet7 !
* Add missing Python that is used during build.Lauri Ojansivu2019-07-101-1/+1
| | | | Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-0/+2
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* 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