From d17e8f66f48b348244caf9aadf95d6f96d2068d5 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 18 Aug 2024 11:45:02 +0200 Subject: [PATCH] Add Tamari (#807) Fixes #805 --- software/tamari.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/tamari.yml diff --git a/software/tamari.yml b/software/tamari.yml new file mode 100644 index 0000000000..b09623a5db --- /dev/null +++ b/software/tamari.yml @@ -0,0 +1,12 @@ +name: "Tamari" +website_url: "https://tamariapp.com" +source_code_url: "https://github.com/alexbates/Tamari" +description: "Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals." +licenses: + - GPL-3.0 +platforms: + - Docker + - Python +tags: + - Recipe Management +demo_url: "https://app.tamariapp.com"