Go to file
smilerz 768a5ea237
Squashed commit of the following:
commit 36403ecbae
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 12:04:04 2023 -0500

    update migration for new Automation Types

commit 4620ebaf30
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:49:10 2023 -0500

    add Name and Instruction automation to YouTube importer

commit c907da84c1
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:45:32 2023 -0500

    remove old commented automation code

commit 9b5e39415e
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:37:36 2023 -0500

    test for automations applied during url import
    renamed TITLE_REPLACE to NAME_REPLACE

commit 2679a22464
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 15:29:59 2023 -0500

    added tests for regex_replace

commit 8bae21025b
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:51:46 2023 -0500

    updated Automation Modal and translations

commit 4120adc546
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:12:41 2023 -0500

    applied regex_replace automation to food and unit automations
    updated automation documentation

commit 30c891abfc
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 12:46:34 2023 -0500

    migrate regex_replace functions to AutomationEngine
    create TITLE_REPLACE, UNIT_REPLACE and FOOD REPLACE automation types
    create migration for new types

commit b8317c2c29
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 20:44:40 2023 -0500

    move transpose words to AutomationEngine
    create tests for transpose words

commit 39253cfd02
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 17:03:29 2023 -0500

    refactor never_unit automation to AutomationEngine
    create tests for never_unit

commit 7c0b8b151c
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 11:21:06 2023 -0500

    update ingredient parser to use AutomationEngine for unt, keyword, food
    update test_ingredient_parser tests to accomodate changes

commit 8e1b8923af
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 16:44:35 2023 -0500

    keyword and unit Automtations refactored to Automation Engine
    keyword and unit automation tests added

commit 52eb876a08
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 15:03:19 2023 -0500

    food_alias tests added

commit a820b9c09e
Author: smilerz <smilerz@gmail.com>
Date:   Sat Aug 26 12:37:16 2023 -0500

    create AutomationEngine class
    create food_automation method
    refactor food automations to use AutomationEngine
2023-09-12 09:46:08 -05:00
.github new version script 2023-07-29 08:32:10 +02:00
.idea auto meal plan tweaks and improvements 2023-08-16 07:10:24 +02:00
cookbook Squashed commit of the following: 2023-09-12 09:46:08 -05:00
docs Squashed commit of the following: 2023-09-12 09:46:08 -05:00
nginx/conf.d Added 502 error page for system startup 2022-02-18 16:35:27 +01:00
node_modules fixed vue template compiler version and removed debug print from permission helper 2022-10-01 18:18:00 +02:00
recipes updated crispy forms 2023-09-12 16:07:16 +02:00
vue Squashed commit of the following: 2023-09-12 09:46:08 -05:00
.dockerignore build stuff 2023-07-29 11:24:11 +02:00
.env.template Merge pull request #2593 from BrainWart/issue-2261 2023-09-12 15:50:32 +02:00
.gitignore added plugin architecture 2023-04-06 17:22:02 +02:00
boot.sh make gunicorn log level setting available 2023-05-21 14:06:54 +02:00
CONTRIBUTERS.md Update CONTRIBUTERS.md 2022-04-09 16:52:18 +02:00
Dockerfile build stuff 2023-07-29 11:24:11 +02:00
LICENSE.md license update 2020-06-29 22:22:35 +02:00
makemessages.cmd made and compiled messages 2021-04-11 15:09:54 +02:00
manage.py resolved deprecation warnings introduced in django 3.2 2021-04-12 14:12:04 -05:00
mkdocs.yml added new docs entry to nav 2023-06-26 15:21:05 +02:00
openapitools.json basics 2023-01-03 23:12:00 +01:00
pytest.ini more tests working but scopes broken 2021-03-10 19:46:08 +01:00
README.md changed contributions guidelines, please ask/talk first about new features 2022-09-23 17:07:04 +02:00
requirements.txt Merge branch 'develop' of https://github.com/vabene1111/recipes into develop 2023-09-12 16:08:33 +02:00
SECURITY.md Update SECURITY.md 2022-11-10 12:46:29 +01:00
version.py version script updates and system page fix 2023-08-05 10:56:27 +02:00
yarn.lock fixed vue template compiler version and removed debug print from permission helper 2022-10-01 18:18:00 +02:00



Tandoor Recipes

The recipe manager that allows you to manage your ever growing collection of digital recipes.

WebsiteInstallationDocsDemoDiscord

Preview

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
  • 🏷️ 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
  • Support for fractions or decimals
  • 🐳 Easy setup with Docker and included examples for Kubernetes, Unraid and Synology
  • 🎨 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
  • Many more like recipe scaling, image compression, printing views and supermarkets

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.

Docs

Documentation can be found here.

Support our work

Tandoor is developed by volunteers in their free time just because its fun. That said earning some money with the project allows us to spend more time on it and thus make improvements we otherwise couldn't. Because of that there are several ways you can support us

  • GitHub Sponsors You can sponsor contributors of this project on GitHub: vabene1111
  • Host at Hetzner We have been very happy customers of Hetzner for multiple years for all of our projects. If you want to get into self-hosting or are tired of the expensive big providers, their cloud servers are a great place to get started. When you sign up via our referral link you will get 20€ worth of cloud credits and we get a small kickback too.
  • Let us host for you We are offering a hosted version where all profits support us and the development of tandoor (currently only available in germany).

Contributing

Contributions are welcome but please read this BEFORE contributing anything!

Your Feedback

Share some information on how you use Tandoor to help me improve the application Google Survey

Get in touch

Discord We have a public Discord server that anyone can join. This is where all our developers and contributors hang out and where we make announcements
Twitter You can follow our Twitter account to get updates on new features or releases

License

Beginning with version 0.10.0 the code in this repository is licensed under the GNU AGPL v3 license with a common clause selling exception. See LICENSE.md for details.

NOTE: There appears to be a whole range of legal issues with licensing anything else then the standard completely open licenses. I am in the process of getting some professional legal advice to sort out these issues. Please also see Issue 238 for some discussion and reasoning regarding the topic.

Reasoning
This software and all its features are and will always be free for everyone to use and enjoy.

The reason for the selling exception is that a significant amount of time was spend over multiple years to develop this software. A paid hosted version which will be identical in features and code base to the software offered in this repository will likely be released in the future (including all features needed to sell a hosted version as they might also be useful for personal use). This will not only benefit me personally but also everyone who self-hosts this software as any profits made through selling the hosted option allow me to spend more time developing and improving the software for everyone. Selling exceptions are approved by Richard Stallman and the common clause license is very permissive (see the FAQ).