Skip to content
Jordan Knott edited this page Sep 2, 2022 · 4 revisions

Welcome to the Taskcafe wiki!

Links for users:

Links to installation guides:

There is a repo of installation scripts that can be found here. note: these scripts are from a 3rd party.

Link to useful configs:

Links for developers:

FAQ:

I need to reset a user's password:

You can use the command taskcafe reset-password <username> <password>.

If you're using the docker & the docker-compose.yml:

docker container exec -it taskcafe_web_1 sh
$ taskcafe reset-password example example_password

How do I create the first user?:

Taskcafe is supposed to redirect you to /register if there are no users but if that does not work, you can directly go to /register. For example if you're serving from the domain example.org, you would go to example.org/taskcafe.