Sign in to join this conversation, and others like it, in the communities you care about.
Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.
Wekan OIDC login with Gitlab
13 messages
Card popup location
12 messages
Hi. Cant run Wekan on Windows Browser, error attached. please advise.
4 messages
low effort production installation
LDAP base DN with white space in it
3 messages
Wekan / General
Just looked out the documentation. I cannot see where to find this information.
https://github.com/wekan/wekan/wiki/Backup#using-snap-mongo-commands-on-your-bash-cli
This way you can use mongo command from Wekan Snap, so you don't need to install mongo:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
export PATH="$PATH:/snap/wekan/current/bin"
mongo --port 27019
or: /snap/wekan/current/bin/mongo --port 27019
/snap/wekan/current/bin/mongo --port 27019
or use nosqlbooster GUI to graphically edit database, at top of that Backup wiki page is info
It's also possible to dump all of MongoDB database to JSON: https://github.com/wekan/wekan/wiki/Export-from-Wekan-Sandstorm-grain-.zip-file#11b-dump-database-to-json-text-files
But that means attachments are in files.json and chunks.json files, so one file can be in one or more base64 encoded chunk, in same chunks.json
It's possible to save those to files with nosqlbooster or some mongodb gridfs driver
Sometime I'll make API for file upload/download
depends when I get it working