2017-06-26 17:04:27 +00:00
name : wekan
2019-07-17 23:53:34 +00:00
version : '0'
version-script : git describe --dirty --tags | cut -c 2-
2018-08-14 21:22:46 +03:00
summary : The open-source kanban
2017-06-26 17:04:27 +00:00
description : |
Wekan is an open-source and collaborative kanban board application.
Whether you’ re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.
Depending on target environment, some configuration settings might need to be adjusted.
For full list of configuration options call :
$ wekan.help
confinement : strict
grade : stable
architectures :
2018-12-03 18:19:25 +02:00
- amd64
2017-06-26 17:04:27 +00:00
plugs :
mongodb-plug :
interface : content
target : $SNAP_DATA/shared
2018-03-01 11:53:21 +00:00
hooks :
configure :
plugs :
- network
- network-bind
2017-06-26 17:04:27 +00:00
slots :
mongodb-slot :
interface : content
write :
- $SNAP_DATA/share
apps :
wekan :
command : wekan-control
daemon : simple
plugs : [ network, network-bind]
mongodb :
command : mongodb-control
daemon : simple
plugs : [ network, network-bind]
2017-11-06 10:47:50 +00:00
caddy :
2017-11-04 19:23:28 +00:00
command : caddy-control
daemon : simple
plugs : [ network, network-bind]
2017-06-26 17:04:27 +00:00
help :
command : wekan-help
database-backup :
command : mongodb-backup
plugs : [ network, network-bind]
database-list-backups :
2018-11-19 23:28:37 +02:00
command : ls -al $SNAP_COMMON/db-backups/
2017-06-26 17:04:27 +00:00
database-restore :
command : mongodb-restore
plugs : [ network, network-bind]
parts :
mongodb :
2019-08-04 13:58:37 +03:00
source : https://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/4.0/multiverse/binary-amd64/mongodb-org-server_4.0.11_amd64.deb
2017-06-26 17:04:27 +00:00
plugin : dump
2019-08-04 15:17:57 +03:00
stage-packages : [ libssl-dev]
2017-06-26 17:04:27 +00:00
filesets :
mongo :
- usr
- bin
- lib
2019-07-17 23:53:34 +00:00
# stage:
# - $mongo
# prime:
# - $mongo
2017-06-26 17:04:27 +00:00
wekan :
source : .
plugin : nodejs
2019-04-20 14:52:37 +03:00
node-engine : 8.16 .0
2019-07-17 23:53:34 +00:00
# node-packages:
# - node-gyp
# - node-pre-gyp
# - fibers@4.0.1
2019-07-18 16:10:15 -05:00
build-packages :
- ca-certificates
- apt-utils
2019-07-18 04:33:04 +03:00
## - python3
2019-07-17 23:53:34 +00:00
# - gcc++-8
# - capnproto
2019-07-18 16:10:15 -05:00
- curl
2019-07-24 21:33:17 +03:00
- libcurl3
2019-07-24 21:20:20 +03:00
- php-curl
2019-07-17 23:53:34 +00:00
# - execstack
# - nodejs
# - npm
2019-07-18 04:33:04 +03:00
## - python3-pip
## - python3-venv
2019-07-17 23:53:34 +00:00
# stage-packages:
# - libfontconfig1
2018-04-20 18:30:48 +03:00
override-build : |
2017-06-26 17:04:27 +00:00
echo "Cleaning environment first"
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
2019-01-18 11:44:53 +01:00
# Create the OpenAPI specification
rm -rf .build
2019-07-18 04:33:04 +03:00
mkdir .build
##mkdir -p .build/python
##cd .build/python
##python3 -m venv env
##. ./env/bin/activate
##pip3 install -U setuptools wheel
##git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
##cd esprima-python
##python3 setup.py install
##cd ../../..
##mkdir -p ./public/api
##python3 ./openapi/generate_openapi.py --release $(git describe --tags --abbrev=0) > ./public/api/wekan.yml
2019-01-18 15:51:16 +01:00
# we temporary need api2html and mkdirp
2019-07-18 04:33:04 +03:00
##npm install -g --unsafe-perm api2html@0.3.0
##npm install -g --unsafe-perm mkdirp
##api2html -c ./public/logo-header.png -o ./public/api/wekan.html ./public/api/wekan.yml
##npm uninstall -g --unsafe-perm mkdirp
##npm uninstall -g --unsafe-perm api2html
2018-04-16 21:18:09 +03:00
# Node Fibers 100% CPU usage issue:
# https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-381453161
# https://github.com/meteor/meteor/issues/9796#issuecomment-381676326
# https://github.com/sandstorm-io/sandstorm/blob/0f1fec013fe7208ed0fd97eb88b31b77e3c61f42/shell/server/00-startup.js#L99-L129
# Also see beginning of wekan/server/authentication.js
# import Fiber from "fibers";
# Fiber.poolSize = 1e9;
2018-09-17 18:52:30 +03:00
# OLD: Download node version 8.12.0 prerelease build => Official node 8.12.0 has been released
2018-04-16 21:18:09 +03:00
# Description at https://releases.wekan.team/node.txt
2018-09-17 18:52:30 +03:00
##echo "375bd8db50b9c692c0bbba6e96d4114cd29bee3770f901c1ff2249d1038f1348 node" >> node-SHASUMS256.txt.asc
##curl https://releases.wekan.team/node -o node
2018-04-16 21:18:09 +03:00
# Verify Fibers patched node authenticity
2018-09-17 18:52:30 +03:00
##echo "Fibers 100% CPU issue patched node authenticity:"
##grep node node-SHASUMS256.txt.asc | shasum -a 256 -c -
##rm -f node-SHASUMS256.txt.asc
##chmod +x node
##mv node `which node`
2018-04-18 18:19:22 +03:00
# DOES NOT WORK: paxctl fix.
2018-04-18 19:04:08 +03:00
# Removed from build-packages: - paxctl
2018-04-18 18:19:22 +03:00
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
#paxctl -mC `which node`
2018-10-11 01:58:13 +03:00
#echo "Installing npm"
#curl -L https://www.npmjs.com/install.sh | sh
2017-12-19 21:38:20 +02:00
echo "Installing meteor"
2017-06-26 17:04:27 +00:00
curl https://install.meteor.com/ -o install_meteor.sh
2018-10-10 16:57:07 +03:00
#sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh
2017-06-26 17:04:27 +00:00
chmod +x install_meteor.sh
sh install_meteor.sh
rm install_meteor.sh
2019-04-20 15:18:33 +03:00
# REPOS BELOW ARE INCLUDED TO WEKAN REPO
#if [ ! -d "packages" ]; then
# mkdir packages
#fi
#if [ ! -d "packages/kadira-flow-router" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router
# cd ..
#fi
#if [ ! -d "packages/meteor-useraccounts-core" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core
# sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' meteor-useraccounts-core/package.js
# cd ..
#fi
#if [ ! -d "packages/meteor-accounts-cas" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-cas.git meteor-accounts-cas
# cd ..
#fi
#if [ ! -d "packages/wekan-ldap" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/wekan/wekan-ldap.git
# cd ..
#fi
#if [ ! -d "packages/wekan-scrollbar" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/wekan/wekan-scrollbar.git
# cd ..
#fi
#if [ ! -d "packages/wekan_accounts-oidc" ]; then
# cd packages
# git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-oidc.git
# mv meteor-accounts-oidc/packages/switch_accounts-oidc wekan-accounts-oidc
# mv meteor-accounts-oidc/packages/switch_oidc wekan-oidc
# rm -rf meteor-accounts-oidc
# cd ..
#fi
#if [ ! -d "packages/markdown" ]; then
# cd packages
# git clone --depth 1 -b master --recurse-submodules https://github.com/wekan/markdown.git
# cd ..
#fi
2017-06-26 17:04:27 +00:00
rm -rf package-lock.json .build
meteor add standard-minifier-js --allow-superuser
2019-04-20 13:45:23 -04:00
meteor npm install --allow-superuser --unsafe-perm
2017-06-26 17:04:27 +00:00
meteor build .build --directory --allow-superuser
2017-06-28 14:31:57 +03:00
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
2019-07-26 10:54:53 +03:00
# Disable code coverage on Snap, because it crashes Wekan starting.
# https://github.com/wekan/wekan/issues/2533#issuecomment-513506939
2019-08-04 01:33:18 +03:00
#sed -i 's|Profile(fileInfo.path, func).apply(global, args);|//Profile(fileInfo.path, func).apply(global, args);|g' .build/bundle/programs/server/boot.js
# although it did not help, it said unable to find main function.
2019-07-26 10:54:53 +03:00
# Other option to fix would be to drop indexes at start of snap:
# https://stackoverflow.com/questions/24241742/drop-all-indexes-from-all-collections-in-a-mongodb-database-using-the-command-li
2018-05-26 08:28:16 +03:00
#Removed binary version of bcrypt because of security vulnerability that is not fixed yet.
#https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac
#https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c
#cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
#rm -rf node_modules/bcrypt
#meteor npm install --save bcrypt
# Change from npm-bcrypt directory back to .build/bundle/programs/server directory.
#cd ../../../../
2018-04-27 15:09:57 +03:00
# Change to directory .build/bundle/programs/server
2018-05-26 08:28:16 +03:00
cd .build/bundle/programs/server
2019-04-20 13:45:23 -04:00
npm install --unsafe-perm
2018-05-26 08:28:16 +03:00
#meteor npm install --save bcrypt
2018-04-27 15:09:57 +03:00
# Change back to Wekan source directory
cd ../../../..
2017-06-26 17:04:27 +00:00
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
2019-07-17 23:53:34 +00:00
# rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan
2019-03-25 20:09:31 +02:00
#rm $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
2019-07-17 23:53:34 +00:00
# rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-pre-gyp/node_modules/tar/lib/.mkdir.js.swp
# rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-gyp/node_modules/tar/lib/.mkdir.js.swp
2017-06-26 17:04:27 +00:00
organize :
README : README.wekan
2018-05-25 13:49:24 +00:00
prime :
- -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
2017-06-26 17:04:27 +00:00
helpers :
source : snap-src
plugin : dump
2017-11-04 19:23:28 +00:00
caddy :
2018-02-09 02:04:17 +00:00
plugin : dump
2019-04-23 14:35:41 +03:00
source : https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off
2018-02-09 02:04:17 +00:00
source-type : tar
organize :
caddy : bin/caddy
CHANGES.txt : CADDY_CHANGES.txt
EULA.txt : CADDY_EULA.txt
LICENSES.txt : CADDY_LICENSES.txt
README.txt : CADDY_README.txt
stage :
- -init