The Open Source kanban (built with Meteor).
Go to file
Philipp Rothmann d7a3f874c9
continuous-integration/drone/push Build is passing Details
chore: publish 0.13.2+v6.81 release
2023-06-26 17:57:44 +02:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample add auto update and timeout env 2023-04-18 18:22:54 +02:00
.gitignore foo 2022-01-31 16:34:15 +01:00
README.md add mongodb replicaset mode 2022-06-22 15:04:19 +02:00
abra.sh fix: remove secret version from abra.sh 2023-06-23 11:42:39 +02:00
compose.ldap.yml add ldap 2022-03-02 14:31:26 +01:00
compose.rs.yml add mongodb replicaset mode 2022-06-22 15:04:19 +02:00
compose.yml chore: publish 0.13.2+v6.81 release 2023-06-26 17:57:44 +02:00
entrypoint.sh.tmpl update entrypoint 2022-02-17 10:22:28 +01:00
healthcheck.js init 2021-10-17 18:03:03 +02:00

README.md

Wekan

The Open Source kanban (built with Meteor) Github

  • Category: Apps
  • Status: ?
  • Image: quay.io/wekan/wekan
  • Healthcheck: Yes
  • Backups: Yes
  • Email: Yes
  • Tests: ?
  • SSO: Yes

Quick start

Default configuration is fit to a setup with openid-connect.

  • abra app new wekan --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

See original docker-compose.yml for all possible env variables

For more, see docs.coopcloud.tech.

use mongodb with replicaset

needed to enable oplog setting in wekan, which isneeded to run bigger instances?

after mongo conaintainer came up the first time run:

abra app run wekan.example.org db mongo
> rs.initiate()