added a couple of typo corrections

This commit is contained in:
Ohaneje Natalie
2023-03-02 11:39:04 +01:00
parent 64efadfc81
commit 99fc0d1f81

View File

@@ -1,5 +1,5 @@
There are several questions and issues that come up from time to time. Here are some answers.
Please note that the existence of some questions is due the application not being perfect in some parts.
There are several questions and issues that come up from time to time, here are some answers:
please note that the existence of some questions is due the application not being perfect in some parts.
Many of those shortcomings are planned to be fixed in future release but simply could not be addressed yet due to time limits.
## Is there a Tandoor app?
@@ -22,14 +22,14 @@ Open Tandoor, open the menu behind the three vertical dots at the top right, sel
Open Tandoor, open the menu behind the three horizontal dots at the top right, select `Apps > Install Tandoor Recipes`
## Why is Tandoor not working correctly?
If you just set up your Tandoor instance and you're having issues like...
If you just set up your Tandoor instance and you're having issues like;
- Links not working
- CSRF errors
- CORS errors
- No recipes are loading
... then make sure, that you have set [all required headers](install/docker.md#required-headers) in your reverse proxy correctly.
then make sure you have set [all required headers](install/docker.md#required-headers) in your reverse proxy correctly.
If that doesn't fix it, you can also refer to the appropriate sub section in the [reverse proxy documentation](install/docker.md#reverse-proxy) and verify your general webserver configuration.
## Why am I getting CSRF Errors?
@@ -62,7 +62,7 @@ The markdown renderer follows this markdown specification https://daringfireball
Please refer to [here](install/docker.md#setup-issues-on-raspberry-pi).
## How can I create users?
To create a new user click on your name (top right corner) and select 'space settings'. There under invites click create.
To create a new user click on your name (top right corner) and select 'space settings'. Click create listed below invites.
It is not possible to create users through the admin because users must be assigned a default group and space.
@@ -72,8 +72,8 @@ If you use an external auth provider or proxy authentication make sure to specif
environment configuration.
## What are spaces?
Spaces are a feature used to separate one installation of Tandoor into several parts.
In technical terms it is a multi tenant system.
Spaces are is a type of feature used to separate one installation of Tandoor into several parts.
In technical terms it is a multi-tenant system.
You can compare a space to something like google drive or dropbox.
There is only one installation of the Dropbox system, but it handles multiple users without them noticing each other.
@@ -83,7 +83,7 @@ If you want to host the collection of your friends, family, or neighbor you can
Sharing between spaces is currently not possible but is planned for future releases.
## How can I reset passwords?
To reset a lost password if access to the container is lost you need to
To reset a lost password if access to the container is lost you need to:
1. execute into the container using `docker-compose exec web_recipes sh`
2. activate the virtual environment `source venv/bin/activate`