-
Notifications
You must be signed in to change notification settings - Fork 0
Revise smb docs #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise smb docs #56
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,10 +41,10 @@ You can create new SMB shares to expose storage to your network. | |
|
|
||
| 1. Click the **Create** button. | ||
| 2. **Name**: Enter a unique name for the share. | ||
| 3. **Port**: Optionally specify a custom port (default is 445). | ||
| 3. **Port**: Optionally specify a custom port (use 445 port for Windows client). | ||
| 4. **Size**: Specify the storage size for the share (e.g., 100 GB). | ||
| 5. **Common Configuration**: | ||
| - **Map To Guest**: Configure how to handle guest access (e.g., `Never`, `Bad User`). | ||
| - **Map To Guest**: Configure how to handle guest access. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the examples for |
||
| 6. **Security Configuration**: | ||
| - **Mode**: Select **User** (local users) or **Active Directory**. | ||
| - **Local Users** (User Mode): Manage local username and password credentials. | ||
|
|
@@ -69,8 +69,9 @@ Allows you to update the share's configuration, including size, security setting | |
|
|
||
| <Steps> | ||
|
|
||
| 1. Select **Edit** from the actions menu (pencil icon). | ||
| 2. Update the desired settings (e.g., **Size**, **Valid Users**, **Browsable**). | ||
| 1. Select **Update** from the actions menu (pencil icon). | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 2. Update the desired settings. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 3. Click **Confirm** to save changes. | ||
| 4. Wait a few minutes for the settings to take effect. | ||
|
|
||
| </Steps> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updated description for the port removes the information that 445 is the default. While mentioning it's used for Windows clients is helpful, knowing the default value is also important for users. Please consider combining both pieces of information for better clarity.