fix: clarify protected instance description in setup guide (#4389)

This commit is contained in:
Irénée
2026-03-23 09:48:16 +00:00
committed by GitHub
parent bd7a190732
commit 29575ed979

View File

@@ -65,7 +65,7 @@ Required permissions for your token:
1. In **Settings** > **Environments** in n8n, select **Connect**. n8n connects to your Git repository. 1. In **Settings** > **Environments** in n8n, select **Connect**. n8n connects to your Git repository.
1. Under **Instance settings**, choose which branch you want to use for the current n8n instance. 1. Under **Instance settings**, choose which branch you want to use for the current n8n instance.
1. **Optional**: select **Protected instance** to prevent users editing workflows in this instance. This is useful for protecting production instances. 1. **Optional**: select **Protected instance** to prevent users editing source-controlled resources in this instance. This is useful for protecting production instances.
1. **Optional**: choose a custom color for the instance. This will appear in the menu next to the source control push and pull buttons. It helps users know which instance they're in. 1. **Optional**: choose a custom color for the instance. This will appear in the menu next to the source control push and pull buttons. It helps users know which instance they're in.
1. Select **Save settings**. 1. Select **Save settings**.