From 28a2c05a9543d0b5ec2d6d7342ffcc3eac99ebf0 Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Tue, 21 Jan 2025 10:57:08 +0100 Subject: [PATCH] Added a note in the README to highlight that the integration operates entirely locally, without the need to expose services to the Internet. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52b2fc5..d98fd6e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Mealie instance and adds the ingredients of a recipe to a specified Bring shoppi 1. The `client` (e.g. your phone or PC) sends a `POST` request to this `webserver` with the ingredients in its body. 2. The `webserver` extracts the ingredients from the request and adds them directly to a list of the users choice via the `Bring API`. +This integration is entirely local and does not require any service to be exposed to the Internet. + ## Deployment ### Environment variables