Skip to content

Commit

Permalink
Added a note in the README to highlight that the integration operates…
Browse files Browse the repository at this point in the history
… entirely locally, without the need to expose services to the Internet.
  • Loading branch information
felixschndr committed Jan 21, 2025
1 parent 116ad40 commit 28a2c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28a2c05

Please # to comment.