From 4b67554b36a16f2f684ab9edd301321ad21173cd Mon Sep 17 00:00:00 2001 From: "Patrick Lehner (he/him)" <1099818+lehnerpat@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:14:19 +0900 Subject: [PATCH] docs: Update navigation instructions for (admin) settings pages (#6220) --- .../getting-started/usage/backups-and-restoring.md | 8 ++++---- .../usage/permissions-and-public-access.md | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/docs/documentation/getting-started/usage/backups-and-restoring.md b/docs/docs/documentation/getting-started/usage/backups-and-restoring.md index 7f10ea786..af366bed5 100644 --- a/docs/docs/documentation/getting-started/usage/backups-and-restoring.md +++ b/docs/docs/documentation/getting-started/usage/backups-and-restoring.md @@ -1,10 +1,10 @@ # Backups and Restores -Mealie provides an integrated mechanic for doing full installation backups of the database. +Mealie provides an integrated mechanic for doing full installation backups of the database. -Navigate to Settings > Backups or manually by adding `/admin/backups` to your instance URL. +Navigate to Settings > Admin Settings > Backups or manually by adding `/admin/backups` to your instance URL. -From this page, you will be able to: +From this page, you will be able to: - See a list of available backups - Create a backup @@ -39,7 +39,7 @@ Restoring the Database when using Postgres requires Mealie to be configured with ```sql ALTER USER mealie WITH SUPERUSER; -# Run restore from Mealie +-- Run restore from Mealie ALTER USER mealie WITH NOSUPERUSER; ``` diff --git a/docs/docs/documentation/getting-started/usage/permissions-and-public-access.md b/docs/docs/documentation/getting-started/usage/permissions-and-public-access.md index 35461701d..b27c98aba 100644 --- a/docs/docs/documentation/getting-started/usage/permissions-and-public-access.md +++ b/docs/docs/documentation/getting-started/usage/permissions-and-public-access.md @@ -1,6 +1,7 @@ # Permissions and Public Access Mealie provides various levels of user access and permissions. This includes: + - Authentication and registration ([LDAP](../authentication/ldap.md) and [OpenID Connect](../authentication/oidc.md) are both supported) - Customizable user permissions - Fine-tuned public access for non-users @@ -8,12 +9,12 @@ Mealie provides various levels of user access and permissions. This includes: ## Customizable User Permissions Each user can be configured to have varying levels of access. Some of these permissions include: + - Access to Administrator tools - Access to inviting other users - Access to manage their group and group data -Administrators can navigate to the Settings page and access the User Management page to configure these settings. - +Administrators can configure these settings on the User Management page (navigate to Settings > Admin Settings > Users or append `/admin/manage/users` to your instance URL). [User Management Demo](https://demo.mealie.io/admin/manage/users){ .md-button .md-button--primary } @@ -22,8 +23,8 @@ Administrators can navigate to the Settings page and access the User Management By default, groups and households are set to private, meaning only logged-in users may access the group/household. In order for a recipe to be viewable by public (not logged-in) users, three criteria must be met: 1. The group must not be private -2. The household must not be private, *and* the household setting for allowing users outside of your group to see your recipes must be enabled. These can be toggled on the Household Settings page -2. The recipe must be set to public. This can be toggled for each recipe individually, or in bulk using the Recipe Data Management page +2. The household must not be private, _and_ the household setting for allowing users outside of your group to see your recipes must be enabled. These can be toggled on the Household Management page (navigate to Settings > Admin Settings > Households or append `/admin/manage/households` to your instance URL) +3. The recipe must be set to public. This can be toggled for each recipe individually, or in bulk using the Recipe Data Management page Additionally, if the group is not private, public users can view all public group data (public recipes, public cookbooks, etc.) from the home page ([e.g. the demo home page](https://demo.mealie.io/g/home)).