summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Try to fix snap.Lauri Ojansivu2018-04-271-2/+2
|
* Removed not-used plugins part of Caddy download URL.Lauri Ojansivu2018-04-201-1/+1
| | | | Thanks to xet7 !
* Use override-build instead of old deprecated prepare/build/install.Lauri Ojansivu2018-04-201-3/+1
| | | | | | | | https://github.com/canonical-docs/snappy-docs/blob/master/deprecation-notices/dn7.md Thanks to kyrofa ! Closes wekan/wekan-snap#45
* Use curl to download 100% CPU usage fibers fixed node in snap.Lauri Ojansivu2018-04-181-2/+2
|
* Removed paxctl alpine fix #1303 , because it did not work anymore.Lauri Ojansivu2018-04-181-2/+3
| | | | | | Thanks to xet7 ! Closes #1594
* Fix Node Fibers 100% CPU issue.Lauri Ojansivu2018-04-161-1/+19
| | | | | | Thanks to kentonv ! Related wekan/wekan-mongodb#2, related meteor/meteor#9796
* Remove warnings about Docker. MongoDB to 3.2.19.Lauri Ojansivu2018-04-041-1/+1
|
* Use personal license for non-commercial use only for Caddy.Lauri Ojansivu2018-03-211-1/+1
| | | | Related wekan/wekan-snap#39
* Change snap to previous MongoDB version 3.2.18 because of data loss:Lauri Ojansivu2018-03-151-1/+1
| | | | https://github.com/wekan/wekan-mongodb/issues/9
* MongoDB 3.2.19Lauri Ojansivu2018-03-061-1/+1
|
* Adding network hooks for configure hook to fix security denialsOndrej Kubik2018-03-011-0/+6
| | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>