From 0ffc3d1058648da6b582340f754f7356d23c1b81 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Fri, 2 Sep 2022 11:56:25 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index b541f7c..9ce7590 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,40 @@ Welcome to the Taskcafe wiki! -Links for users: +# Links for users: - [Guide to configuring Taskcafe](https://github.com/JordanKnott/taskcafe/wiki/Configuration) - [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)) - [ubuntu](https://github.com/JordanKnott/taskcafe/wiki/Installation-(ubuntu-debian)) - [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) -Links for developers: +# Links for developers: - [developer guide](https://github.com/JordanKnott/taskcafe/wiki/Developers-Guide) -- [release process](https://github.com/JordanKnott/taskcafe/wiki/Release-process) \ No newline at end of file +- [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 `. + + 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`. +