Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.89 KB

tandoor.md

File metadata and controls

51 lines (31 loc) · 1.89 KB

Tandoor

Tandoor is a self-hosted recipe manager, that this playbook can install, powered by the ansible-role-tandoor Ansible role.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# tandoor                                                              #
#                                                                      #
########################################################################

tandoor_enabled: true

tandoor_hostname: mash.example.com
tandoor_path_prefix: /tandoor

########################################################################
#                                                                      #
# /tandoor                                                             #
#                                                                      #
########################################################################

URL

In the example configuration above, we configure the service to be hosted at https://mash.example.com/tandoor.

Authentication

On first use (see Usage below), you'll be asked to create the first administrator user.

You can create additional users from the web UI after that.

Usage

After installation, you can go to the Tandoor URL, as defined in tandoor_hostname and tandoor_path_prefix.

As mentioned in Authentication above, you'll be asked to create the first administrator user the first time you open the web UI.