The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. https://wekan.fi
Find a file
Lauri Ojansivu ccc9efb270 - Added translation: español de América Latina
- Some lint fixes

Thanks to translators!
2021-03-25 12:18:33 +02:00
.devcontainer Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
.future-snap Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
.github Add link to issue template about email settings. 2021-03-03 15:18:04 +02:00
.meteor Updated to Meteor 2.1 2021-02-25 09:16:49 +02:00
.tx - Added translation: español de América Latina 2021-03-25 12:18:33 +02:00
.vscode Revert "Add startup script etc" 2021-03-01 18:19:09 +13:00
client - Added translation: español de América Latina 2021-03-25 12:18:33 +02:00
config Fix bug when no search param specified 2021-01-17 21:18:45 +02:00
fix-download-unicode Revert users changes that were made at Wekan v4.16. 2020-06-18 02:00:51 +03:00
helm/wekan fixed fail when no secretEnv was defined 2021-02-12 18:54:56 +01:00
i18n - Added translation: español de América Latina 2021-03-25 12:18:33 +02:00
meta Change fr.md to not be executeable. 2018-06-25 23:57:53 +03:00
models Add Trello attached links to the card description 2021-03-24 16:28:52 +02:00
nginx - Add optional Nginx reverse proxy config to docker-compose.yml and nginx directory. 2018-12-28 17:26:30 +02:00
openapi Fixed generating API docs and Wekan Custom Fields REST API. 2021-03-07 17:57:24 +02:00
openshift Note: Docker Hub buils are broken. Only Quay works. 2020-11-12 15:43:21 +02:00
packages change url scheme recognition for allowing abasurl to link 2021-03-08 10:48:50 +01:00
public v5.07 2021-03-19 11:12:32 +02:00
releases - Added translation: español de América Latina 2021-03-25 12:18:33 +02:00
server Speed improvement: Delete presences older than one week, and add index to presences serverId. 2021-03-07 15:58:15 +02:00
snap Fixing problem when mongodb was not started at install/refresh 2018-03-01 11:53:40 +00:00
snap-src Use MongoDB setFeatureCompatibilityVersion 4.2 on Snap. TODO: Docker. 2021-01-18 09:08:02 +02:00
stacksmith/user-scripts Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
torodb-postgresql Try to fix Docker. 2020-12-03 01:40:56 +02:00
trello anonymize trello import data 2021-01-19 16:35:51 +02:00
.babelrc Add babel to build chain and linter 2020-04-22 15:16:30 +02:00
.editorconfig Add prettier 2019-06-27 09:13:22 -05:00
.eslintignore Add Snap Meteor 1.8.x files to lint ignore files. 2020-01-18 16:41:23 +02:00
.eslintrc.json fix(scrollbar): remove custom scrollbar 2020-08-28 11:46:51 +01:00
.gitattributes Add debugging in containers for vscode 2019-08-28 10:13:09 +00:00
.gitignore Try to fix Snap. 2020-09-14 21:26:35 +03:00
.gitpod.Dockerfile Add gitpod config 2020-04-11 23:27:59 +00:00
.gitpod.yml Add gitpod config 2020-04-11 23:27:59 +00:00
.pkgr.yml Update packager.io dependencies and targets. 2019-08-04 15:15:50 +03:00
.prettierignore Add Snap Meteor 1.8.x files to lint ignore files. 2020-01-18 16:41:23 +02:00
.prettierrc Add prettier 2019-06-27 09:13:22 -05:00
.travis.yml Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
api.py REST API: Fix typos, remove extra code. 2020-12-03 07:14:06 +02:00
app.env App env variables 2017-03-22 22:29:54 -04:00
app.json Remove Trello. 2018-08-14 21:22:46 +03:00
CHANGELOG.md Updated ChangeLog. 2021-03-25 11:25:26 +02:00
CONTRIBUTING.md Remove duplicate Contributing.md 2018-05-22 09:29:00 +03:00
docker-compose.yml Fix bugs with customFields identified in Issue #3574 2021-02-18 22:52:18 +13:00
Dockerfile Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
Dockerfile.arm64v8 Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
find-replace.sh Add find-replace.sh script. 2020-06-17 20:28:22 +03:00
find.sh - Add find.sh bash script that ignores extra directories when searching. 2019-01-02 13:22:21 +02:00
LICENSE update license to year 2019 2019-01-18 17:25:48 -04:00
owasp-zap-scan.yml Create owasp-zap-scan.yml 2021-02-22 18:58:24 +02:00
package-lock.json v5.07 2021-03-19 11:12:32 +02:00
package.json v5.07 2021-03-19 11:12:32 +02:00
README.md - Added translation: español de América Latina 2021-03-25 12:18:33 +02:00
rebuild-wekan.bat Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
rebuild-wekan.sh Updated Node.js to v12.21.0 2021-02-24 17:21:06 +02:00
sandstorm-pkgdef.capnp v5.07 2021-03-19 11:12:32 +02:00
sandstorm.js Revert users changes that were made at Wekan v4.16. 2020-06-18 02:00:51 +03:00
scalingo.json Remove Trello. 2018-08-14 21:22:46 +03:00
SECURITY.md Updated README 2021-02-03 01:45:52 +02:00
settings.json Revert "Add startup script etc" 2021-03-01 18:19:09 +13:00
snapcraft.yaml Try to fix Snap: Removed fibers multi arch from Snap, because Snap build servers do not build corretly with it. 2021-03-03 18:16:29 +02:00
Stackerfile.yml v5.07 2021-03-19 11:12:32 +02:00
start-wekan.bat Add settings for OAUTH2_CA_CERT that is 2020-11-01 23:14:20 +02:00
start-wekan.sh Add settings for OAUTH2_CA_CERT that is 2020-11-01 23:14:20 +02:00
status-wekan.sh Revised shell scripts to check for wekan repository 2018-11-12 05:45:51 -07:00
stop-wekan.sh Revised shell scripts to check for wekan repository 2018-11-12 05:45:51 -07:00
support-at-wekan.team_pgp-publickey.asc Added PGP public key for sending security vulnerability reports. 2021-01-30 20:15:52 +02:00
wekan-dockerfile-manifest.yaml Adding dockerfiles for multi-arch builds and manifest. 2020-04-16 19:30:50 +02:00

Gitpod Ready-to-Code

Wekan - Open Source kanban

Contributors Docker Repository on Quay Docker Hub container status Docker Hub pulls Wekan Build Status Codacy Badge Code Climate Project Dependencies Code analysis at Open Hub FOSSA Status CII Best Practices

Translate Wekan at Transifex

Translations to non-English languages are accepted only at Transifex using webbrowser. New English strings of new features can be added as PRs to edge branch file wekan/i18n/en.i18n.json .

Wekan feature requests and bugs

Please add most of your questions as GitHub issue: Wekan Feature Requests and Bugs. It's better than at chat where details get lost when chat scrolls up.

Chat

Discussions - Wekan Community GitHub Discussions, that are not Feature Requests and Bugs.

Wekan IRC FAQ

FAQ

NOTE:

  • Please read the FAQ first
  • Please don't feed the trolls and spammers that are mentioned in the FAQ :)

About Wekan

Wekan is an completely Open Source and Free software collaborative kanban board application with MIT license.

Whether youre 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.

Since Wekan is a free software, you dont have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on various platforms.

  • Wekan is used in most countries of the world.
  • Wekan largest user has 13k users using Wekan in their company.
  • Wekan has been translated to about 62 languages.
  • Features: Wekan has real-time user interface.
  • Platforms: Wekan supports many platforms. Wekan is critical part of new platforms Wekan is currently being integrated to.

Requirements

  • 64bit: Linux Snap or Sandstorm / Mac / Windows. More Platforms, bundle for RasPi3 ARM and other CPUs where Node.js and MongoDB exists.
  • 1 GB RAM minimum free for Wekan. Production server should have minimum total 4 GB RAM. For thousands of users, for example with Docker: 3 frontend servers, each having 2 CPU and 2 wekan-app containers. One backend wekan-db server with many CPUs.
  • Enough disk space and alerts about low disk space. If you run out disk space, MongoDB database gets corrupted.
  • SECURITY: Updating to newest Wekan version very often. Please check you do not have automatic updates of Sandstorm or Snap turned off. Old versions have security issues because of old versions Node.js etc. Only newest Wekan is supported. Wekan on Sandstorm is not usually affected by any Standalone Wekan (Snap/Docker/Source) security issues.
  • Reporting all new bugs immediately. New features and fixes are added to Wekan many times a day.
  • Backups of Wekan database once a day miminum. Bugs, updates, users deleting list or card, harddrive full, harddrive crash etc can eat your data. There is no undo yet. Some bug can cause Wekan board to not load at all, requiring manual fixing of database content.

Roadmap and Demo

Roadmap - Public read-only board at Wekan demo.

Developer Documentation

We also welcome sponsors for features and bugfixes. By working directly with Wekan you get the benefit of active maintenance and new features added by growing Wekan developer community.

Screenshot

More screenshots at Features page

Screenshot of Wekan

License

Wekan is released under the very permissive MIT license, and made with Meteor.

FOSSA Status