Tandoor customization
-
A few questions regarding customization after install:
-
The homepage of the site requires login for the users. How can I remove the login requirement and have public be able to see the recipes?
-
How can i enable user signups? Currently only Login option is available?
-
How can I install google analytics script? is there any common footer or header file that I can insert the analytics code?
-
How to make the recipe "Spaces" public so the non-logged in users can also view it?
Thanks in advance!
-
-
@Vidmid said in Tandoor customization:
The homepage of the site requires login for the users. How can I remove the login requirement and have public be able to see the recipes?
This is not implemented - https://github.com/TandoorRecipes/recipes/issues/2561 . You have to use share links.
How can i enable user signups? Currently only Login option is available?
You have to set
ENABLE_SIGNUP=1
in the/app/data/env
file . Then a Sign up button appears.How can I install google analytics script? is there any common footer or header file that I can insert the analytics code?
Not possible, as far as i can tell. You have to request this upstream - https://github.com/TandoorRecipes/recipes/issues
How to make the recipe "Spaces" public so the non-logged in users can also view it?
It's only possible for logged in users (you can add them in Space settings).
Overally, my understanding is that the app is geared towards maintaining recipes for a closed network of users. It's not meant for hosting a recipe website.
-
Actually, it says so clearly here https://github.com/TandoorRecipes/recipes#all-the-must-haves
"This application is meant for people with a collection of recipes they want to share with family and friends or simply store them in a nicely organized way. A basic permission system exists but this application is not meant to be run as a public page."
Looks like I came to the correct conclusion...