# Tandoor for YunoHost [![Integration level](https://dash.yunohost.org/integration/tandoor.svg)](https://dash.yunohost.org/appci/app/tandoor) ![Working status](https://ci-apps.yunohost.org/ci/badges/tandoor.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/tandoor.maintain.svg) [![Install Tandoor with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tandoor) *[Lire ce readme en franรงais.](./README_fr.md)* > *This package allows you to install Tandoor quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview 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. ### Core Features - ๐Ÿฅ— **Manage your recipes** - Manage your ever growing recipe collection - ๐Ÿ“† **Plan** - multiple meals for each day - ๐Ÿ›’ **Shopping lists** - via the meal plan or straight from recipes - ๐Ÿ“š **Cookbooks** - collect recipes into books - ๐Ÿ‘ช **Share and collaborate** on recipes with friends and family ### Made by and for power users - ๐Ÿ” Powerful & customizable **search** with fulltext support and [TrigramSimilarity](https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/#trigram-similarity) - ๐Ÿท๏ธ Create and search for **tags**, assign them in batch to all files matching certain filters - โ†”๏ธ Quickly merge and rename ingredients, tags and units - ๐Ÿ“ฅ๏ธ **Import recipes** from thousands of websites supporting [ld+json or microdata](https://schema.org/Recipe) - โž— Support for **fractions** or decimals - ๐ŸŽจ Customize your interface with **themes** - ๐Ÿ“ฆ **Sync** files with Dropbox and Nextcloud ### All the must haves - ๐Ÿ“ฑOptimized for use on **mobile** devices - ๐ŸŒ localized in many languages thanks to the awesome community - ๐Ÿ“ฅ๏ธ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - โž• Many more like recipe scaling, image compression, printing views and supermarkets **Shipped version:** 1.5.11~ynh1 **Demo:** https://app.tandoor.dev/accounts/login/?demo ## Screenshots ![Screenshot of Tandoor](./doc/screenshots/example.jpg) ## Documentation and resources * Official app website: * Official user documentation: * Official admin documentation: * Upstream app code repository: * YunoHost Store: * Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing). To try the testing branch, please proceed like that. ``` bash sudo yunohost app install https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug or sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug ``` **More info regarding app packaging:**