Skip to content

Commit 28a2c05

Browse files
committed
Added a note in the README to highlight that the integration operates entirely locally, without the need to expose services to the Internet.
1 parent 116ad40 commit 28a2c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Mealie instance and adds the ingredients of a recipe to a specified Bring shoppi
2525
1. The `client` (e.g. your phone or PC) sends a `POST` request to this `webserver` with the ingredients in its body.
2626
2. The `webserver` extracts the ingredients from the request and adds them directly to a list of the users choice via the `Bring API`.
2727

28+
This integration is entirely local and does not require any service to be exposed to the Internet.
29+
2830
## Deployment
2931

3032
### Environment variables

0 commit comments

Comments
 (0)