docs: Update Public Recipe and 0.5.x Migration Docs (#2901)

* added more info regarding public recipes

* fix broken info tag

* added more information to the 0.5.x migration

* added email banner to frontend codebase
This commit is contained in:
Michael Genson
2024-01-02 22:13:20 -06:00
committed by GitHub
parent 76f7ebd12b
commit b3f7f2d89f
6 changed files with 68 additions and 10 deletions

View File

@@ -105,8 +105,9 @@ python /app/mealie/scripts/change_password.py
Managing private groups and recipes can be confusing. The following diagram and notes should help explain how they work to determine if a recipe can be shared publicly.
- Private links that are generated using the `Share` button bypass all group and recipe permissions.
- Private links that are generated from the recipe page using the `Share` button bypass all group and recipe permissions
- Private groups block all access to recipes, including those that are public, except as noted above.
- Groups with "Allow users outside of your group to see your recipes" disabled block all access to recipes, except as noted above.
- Private recipes block all access to the recipe from public links. This does not affect Private Links.
```mermaid
@@ -130,6 +131,8 @@ stateDiagram-v2
p3 --> n1: No
```
For more information, check out the [Permissions and Public Access guide](./usage/permissions-and-public-access.md).
## Can I use fail2ban with mealie?
Yes, mealie is configured to properly forward external IP addresses into the `mealie.log` logfile. Note that due to restrictions in docker, IP address forwarding only works on Linux.