Updated Home (markdown)

Jordan Knott 2022-09-02 11:56:25 -05:00
parent 429ffb4323
commit 0ffc3d1058

27
Home.md

@ -1,21 +1,40 @@
Welcome to the Taskcafe wiki! Welcome to the Taskcafe wiki!
Links for users: # Links for users:
- [Guide to configuring Taskcafe](https://github.com/JordanKnott/taskcafe/wiki/Configuration) - [Guide to configuring Taskcafe](https://github.com/JordanKnott/taskcafe/wiki/Configuration)
- [Upgrading Taskcafe through docker](https://github.com/JordanKnott/taskcafe/wiki/Updating) - [Upgrading Taskcafe through docker](https://github.com/JordanKnott/taskcafe/wiki/Updating)
Links to installation guides: # Links to installation guides:
- [centos](https://github.com/JordanKnott/taskcafe/wiki/Installation-(centos)) - [centos](https://github.com/JordanKnott/taskcafe/wiki/Installation-(centos))
- [ubuntu](https://github.com/JordanKnott/taskcafe/wiki/Installation-(ubuntu-debian)) - [ubuntu](https://github.com/JordanKnott/taskcafe/wiki/Installation-(ubuntu-debian))
- [unraid](https://github.com/JordanKnott/taskcafe/wiki/Installation-(Unraid)) - [unraid](https://github.com/JordanKnott/taskcafe/wiki/Installation-(Unraid))
Link to useful configs: # Link to useful configs:
- [nginx proxy for docker](https://github.com/JordanKnott/taskcafe/wiki/Nginx-Reverse-Proxy-Config) - [nginx proxy for docker](https://github.com/JordanKnott/taskcafe/wiki/Nginx-Reverse-Proxy-Config)
Links for developers: # Links for developers:
- [developer guide](https://github.com/JordanKnott/taskcafe/wiki/Developers-Guide) - [developer guide](https://github.com/JordanKnott/taskcafe/wiki/Developers-Guide)
- [release process](https://github.com/JordanKnott/taskcafe/wiki/Release-process) - [release process](https://github.com/JordanKnott/taskcafe/wiki/Release-process)
# 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`.