summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix Snap build.Lauri Ojansivu2019-06-111-0/+2
| | | | Thanks to xet7 !
* Remove caddy plugins http.filter, http.ipfilter and http.realip from caddyLauri Ojansivu2019-04-231-1/+1
| | | | | | | because they are currently broken, preventing download of caddy during Wekan Snap build. Thanks to xet7 !
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-43/+44
| | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
* - Upgrade to Node 8.16.0Lauri Ojansivu2019-04-201-1/+1
| | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 !
* Fix typos in directory names.Lauri Ojansivu2019-04-201-2/+2
|
* Update to newest GitHub flawored markdown.Lauri Ojansivu2019-04-181-0/+5
| | | | | | Thanks to shaygover and xet7 ! Related #2334
* - Use older api2html@0.3.0 to fix broken snap and docker build,Lauri Ojansivu2019-03-251-1/+1
| | | | | | | | | | because newer api2html caused [breaking change](https://github.com/tobilg/api2html/commit/a9a41bca18db3f9ec61395d7262eff071a995783) at api2html/bin/api2html.js:23 has error about "php: "PHP". Thanks to bentiss with Apache I-CLA ! Closes #2286
* - More whitelabeling.Lauri Ojansivu2019-03-211-1/+1
| | | | Thanks to xet7 !
* [Remove phantomjs binary from Docker/Snap/Stackerfile to reduce ↵Lauri Ojansivu2019-03-061-1/+1
| | | | | | | | size](https://github.com/wekan/wekan/issues/2229). Thanks to soohwa ! Closes #2229
* Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-031-0/+8
| | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* Upgrade node to v8.15.1Lauri Ojansivu2019-02-281-1/+1
| | | | Thanks to xet7 !
* snap: also generate the html doc of the REST APIBenjamin Tissoires2019-01-181-0/+6
| | | | | Same for snap: embed the documentation of the REST API in the snap.
* Add openapi in snapsBenjamin Tissoires2019-01-181-0/+11
| | | | | Same thing than in the Dockerfile, snaps need to embed the current openapi yaml file.
* snapcraft add nodejs and npm as build dependenciesBenjamin Tissoires2019-01-181-0/+2
| | | | | | | | | When pulling the docker container snapcore/snapcraft to build the snap, those 2 packages are not present by default leading to a failure in the snap creation. Note: it is good to call `apt-get update` before `snapcraft` or the build will fail.
* - Use Node 8.15.0 and MongoDB 3.2.22.Lauri Ojansivu2018-12-261-2/+2
| | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
* - Upgrade to node v8.14.1Lauri Ojansivu2018-12-211-1/+1
| | | | Thanks to xet7 !
* - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-141-0/+5
| | | | | | | | | | | CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
* - Upgrade Node from v8.12 to v8.14Lauri Ojansivu2018-12-031-15/+2
| | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
* - Build snap also on i386, armhf and arm64. Ignore if it fails.Lauri Ojansivu2018-12-021-1/+14
| | | | | | | | | Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 ! Related #1503, related wekan/wekan-snap#46
* - [Fix Snap database-list-backups ↵Lauri Ojansivu2018-11-191-1/+1
| | | | | | command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf. Closes wekan/wekan-snap#26
* - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-231-1/+1
| | | | Thanks to xet7 !
* - Try some changes to snap.Lauri Ojansivu2018-10-111-2/+2
| | | | Thanks to xet7 !
* - Try MongoDB 4.0.3Lauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* - Try to get latest npm.Lauri Ojansivu2018-10-101-1/+2
|
* - Try to fix snap.Lauri Ojansivu2018-10-101-1/+0
| | | | Thanks to xet7 !
* Try to fix snapLauri Ojansivu2018-10-101-2/+2
|
* - Use Meteor 1.8.1-beta.0Lauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* - Add LDAP package to Docker and Snap.Lauri Ojansivu2018-10-101-0/+5
| | | | Thanks to xet7 !
* Add CAS with attributes.Lauri Ojansivu2018-09-281-0/+5
| | | | Thanks to ppoulard !
* - Use official Node v8.12.0Lauri Ojansivu2018-09-171-9/+9
| | | | Thanks to xet7 !
* - Upgrade to MongoDB v3.2.21Lauri Ojansivu2018-09-101-1/+1
| | | | Thanks to xet7 !
* Add Caddy plugins:Lauri Ojansivu2018-08-221-1/+1
| | | | | | | | | | | | - [http.filter](https://caddyserver.com/docs/http.filter) for changing Wekan UI on the fly, for example custom logo, or changing to all different CSS file to have custom theme; - [http.ipfilter](https://caddyserver.com/docs/http.ipfilter) to block requests by ip address; - [http.realip](https://caddyserver.com/docs/http.realip) for showing real X-Forwarded-For IP to behind proxy. Thanks to Caddy contributors and xet7 !
* Remove Trello.Lauri Ojansivu2018-08-141-1/+1
|
* Update node to v8.12.0 prerelease build.Lauri Ojansivu2018-08-041-2/+2
|
* Revert snap changes.Lauri Ojansivu2018-08-041-7/+8
|
* Try to fix snap.Lauri Ojansivu2018-08-041-8/+7
|
* Check for existing directories when building snap.Lauri Ojansivu2018-07-301-6/+14
|
* No error if existing directory, with mkdir.Lauri Ojansivu2018-07-301-1/+1
|
* v1.14v1.14Lauri Ojansivu2018-07-061-2/+2
|
* v1.13v1.13Lauri Ojansivu2018-07-061-1/+1
|
* 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
* Actually, without @latest it works the same.Lauri Ojansivu2018-05-261-1/+1
|
* Use latest npm.Lauri Ojansivu2018-05-261-1/+1
|
* Remove bcrypt, continued.Lauri Ojansivu2018-05-261-5/+10
|
* filtering out swap file created at build time, adding stage packageOndrej Kubik2018-05-251-0/+4
| | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
* Use NPM 6.0.1Lauri Ojansivu2018-05-191-1/+1
|
* MongoDB v3.2.20Lauri Ojansivu2018-05-191-1/+1
|
* Try to fix snap buildLauri Ojansivu2018-04-271-2/+4
|
* Try to fix snapLauri Ojansivu2018-04-271-2/+3
|