forked from coop-cloud/wekan
bc3b7a4dba0364a79c9d1af7e76b7f9d067b9bf9
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 --secretsabra 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()
Description
Languages
Shell
55.3%
JavaScript
44.7%