summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fix Dockerfile Meteor install by changing tar to bsdtar.Lauri Ojansivu2018-09-191-3/+13
| | | | | | Thanks to maurice-schleussinger and xet7 ! Closes #1900
* - Use official Node v8.12.0Lauri Ojansivu2018-09-171-5/+5
| | | | Thanks to xet7 !
* - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-1/+13
| | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* - Add webhooks-attributes to Snap and Docker.Lauri Ojansivu2018-08-221-1/+3
| | | | Thanks to xet7 !
* - Content Policy: Allow inline scripts, otherwise there is errors in ↵Lauri Ojansivu2018-08-151-2/+2
| | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 !
* Try to fix Dockerfile.Lauri Ojansivu2018-08-141-16/+16
|
* Try to fix Docker env variables.Lauri Ojansivu2018-08-141-15/+15
|
* - When Content Policy is enabled, allow one URL to have iframe that embeds WekanLauri Ojansivu2018-08-131-1/+4
| | | | | | | | | - Add option to turn off Content Policy - Allow always in Wekan markdown <img src="any-image-url-here"> Thanks to xet7 ! Closes #1676
* - Use new WITH_API and Matomo env variables at Dockerfile.Lauri Ojansivu2018-08-091-0/+11
| | | | Closes #1820
* Update node to v8.12.0 prerelease build.Lauri Ojansivu2018-08-041-3/+3
|
* Change Run User for Openshift complianceThibaut Demaret2018-08-021-1/+2
|
* Reverting change, Docker container did not build.Lauri Ojansivu2018-07-301-1/+1
|
* Try to fix glibc in Dockerfile.Lauri Ojansivu2018-07-301-1/+1
|
* enable/disable api with env varguillaume2018-07-241-1/+1
|
* v1.12v1.12Lauri Ojansivu2018-07-061-2/+2
|
* Revert Dockerfile changes.Lauri Ojansivu2018-07-021-18/+8
|
* Fix typo.Lauri Ojansivu2018-07-021-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2018-07-021-0/+1
|
* Fix typo.Lauri Ojansivu2018-07-021-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2018-07-021-1/+3
|
* Fix URL.Lauri Ojansivu2018-07-021-1/+1
|
* Try to fix Dockerfile.Lauri Ojansivu2018-07-021-49/+3
|
* Try to fix Dockerfile.Lauri Ojansivu2018-07-021-6/+6
|
* Try to fix Dockerfile.Lauri Ojansivu2018-07-021-15/+15
|
* Download node from sandstorm in Dockerfile.Lauri Ojansivu2018-07-021-15/+68
|
* v1.08v1.08Lauri Ojansivu2018-06-271-2/+1
|
* Copy latest Sandstorm Node.js fork binary from installed SandstormLauri Ojansivu2018-06-071-1/+1
| | | | | | | | | | | /opt/sandstorm/sandstorm-234/bin/node to https://releases.wekan.team download server. Node binary is compiled by https://github.com/kentonv when doing new release of Sandstorm. Source code of binary is at: https://github.com/sandstorm-io/node
* Use latest npm.Lauri Ojansivu2018-05-261-1/+1
|
* Remove bcrypt, continued.Lauri Ojansivu2018-05-261-4/+7
|
* Use NPM 6.0.1Lauri Ojansivu2018-05-191-1/+1
|
* Removed paxctl alpine fix #1303 , because it did not work anymore.Lauri Ojansivu2018-04-181-4/+5
| | | | | | Thanks to xet7 ! Closes #1594
* Try to fix Dockerfile.Lauri Ojansivu2018-04-161-1/+1
|
* Try to fix DockerfileLauri Ojansivu2018-04-161-44/+34
|
* Try to fix DockerfileLauri Ojansivu2018-04-161-2/+2
|
* Fix Node Fibers 100% CPU issue.Lauri Ojansivu2018-04-161-1/+24
| | | | | | Thanks to kentonv ! Related wekan/wekan-mongodb#2, related meteor/meteor#9796
* Fix Dockerfilesoohwa2018-01-281-2/+5
|
* Try to fix Dockerfile.Lauri Ojansivu2018-01-271-3/+3
|
* Go back using debian buster-slim Docker base imageLauri Ojansivu2018-01-221-1/+1
|
* Try Debian experimental with Docker, does it work or fix bugsLauri Ojansivu2018-01-221-1/+1
|
* Use Debian package version of gosuLauri Ojansivu2018-01-221-12/+1
|
* Dockerfile apt => apt-getLauri Ojansivu2018-01-221-1/+1
|
* Removed dist-upgrade from Dockerfile, trying to fix docker build.Lauri Ojansivu2018-01-221-1/+1
|
* Try Debian 10 buster with DockerLauri Ojansivu2018-01-221-2/+2
|
* Try to fix Docker and Snap: add apt-utils, remove sed bson.Lauri Ojansivu2018-01-221-2/+1
|
* Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1, fibers 2.0.0Lauri Ojansivu2018-01-221-4/+4
|
* Use Node 4.6.7. Add paxctl fix to snap.Lauri Ojansivu2017-12-201-1/+1
|
* Revert back to Meteor v1.4, Node v4.8.6 and MongoDB v3.2.18Lauri Ojansivu2017-12-121-4/+5
|
* Use Node v6.12.2 and Meteor v1.6.0Lauri Ojansivu2017-12-111-2/+2
|
* Update Meteor 1.6, Node 6.12 and NPM versions to Dockerfile.Lauri Ojansivu2017-12-031-5/+4
|
* Update Node to 4.8.6 and MongoDB to 3.2.18Lauri Ojansivu2017-12-021-1/+1
|