Go to file
2021-11-23 17:03:01 +01:00
.github Docs: Inline docker-compose.yaml files in the documentation 2021-11-13 10:35:55 +01:00
.idea some fixed for the new importer + bumped python to 3.9 2021-05-02 13:42:14 +02:00
cookbook updated middleware 2021-11-18 16:43:44 +01:00
docs added comments to 15-secrets.yaml 2021-11-21 20:24:07 +01:00
nginx/conf.d increased default file upload limit 2021-07-22 16:07:32 +02:00
recipes compiled translations 2021-11-08 18:44:24 +01:00
vue Merge branch 'develop' of https://github.com/vabene1111/recipes into develop 2021-11-14 15:33:44 +01:00
.dockerignore removed ngxinx from ignored directories 2021-01-05 00:19:14 +01:00
.env.template possibly fixed sub path hosting issues 2021-10-29 11:29:55 +02:00
.gitignore new meal type edit 2021-10-13 14:50:52 +02:00
boot.sh also revert boot script for now 2021-01-13 22:35:27 +01:00
CONTRIBUTERS.md updated contributers 2021-01-01 21:18:50 +01:00
Dockerfile fix webp support for pillow 2021-10-25 17:20:09 +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 Docs: Inline docker-compose.yaml files in the documentation 2021-11-13 10:35:55 +01:00
pytest.ini more tests working but scopes broken 2021-03-10 19:46:08 +01:00
README.md deprecated old meal plan 2021-10-31 18:08:37 +01:00
requirements.txt Bump django from 3.2.8 to 3.2.9 2021-11-01 13:50:19 +00:00
SECURITY.md Create SECURITY.md 2020-12-31 13:11:00 +01:00
yarn.lock Squashed commit of the following: 2021-07-29 16:38:26 -05: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.

Contributing

You can help out with the ongoing development by looking for potential bugs in our code base, or by contributing new features. We are always welcoming new pull requests containing bug fixes, refactors and new features. We have a list of tasks and bugs on our issue tracker on Github. Please comment on issues if you want to contribute with, to avoid duplicating effort.

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).