diff --git a/docs/dashboard.md b/docs/dashboard.md index 10df2bb..450eaea 100644 --- a/docs/dashboard.md +++ b/docs/dashboard.md @@ -5,7 +5,7 @@ The Dashboard is the main interface for monitoring and managing the system. It p ## Status Indicators Four cards display real-time status: - **Storage**: Shows drive connection status, used/total storage, and usage percentage. -- **Network File Sharing**: Summarizes `smbd`, `nmbd`, and `wsdd2`. The tile is operational when +- **SMB Network Shares**: Summarizes `smbd`, `nmbd`, and `wsdd2`. The tile is operational when `smbd` is active and discovery services are either active or unavailable (not installed), partial when `smbd` is active but at least one discovery service is inactive, and down when `smbd` is not active. diff --git a/docs/drive_health.md b/docs/drive_health.md index 9d9018f..9bf7bd7 100644 --- a/docs/drive_health.md +++ b/docs/drive_health.md @@ -138,7 +138,7 @@ Manual recovery rules: - Update only the SimpleSaferServer-managed `/etc/fstab` entry. - Use `ntfs-3g` or `ntfs3` as the filesystem type for the managed backup-drive line. - Run `sudo systemctl daemon-reload` after manually changing `/etc/fstab` so systemd forgets the old generated mount unit state. -- If the mount point changes, also check `/etc/samba/simple_safer_server_shares.conf` (see [Network File Sharing](network_file_sharing.md)). +- If the mount point changes, also check `/etc/samba/simple_safer_server_shares.conf` (see [SMB Network Shares](network_file_sharing.md)). - Do not modify unrelated `/etc/fstab` entries. - Back up `/etc/fstab` before editing it manually. diff --git a/docs/network_file_sharing.md b/docs/network_file_sharing.md index f1abc71..8b9255c 100644 --- a/docs/network_file_sharing.md +++ b/docs/network_file_sharing.md @@ -1,6 +1,6 @@ -# Network File Sharing +# SMB Network Shares -The Network File Sharing page manages Samba shares and Samba service status. +The SMB Network Shares page manages Samba shares and Samba service status. It also includes the server name. This is the name you'll use to find this server on your network. Scheduled task alert emails include it in the subject. @@ -175,7 +175,7 @@ If the share depends on unsupported Samba directives, leave it unmanaged and mai 3. Remove it from the unmanaged config source and add it to `/etc/samba/simple_safer_server_shares.conf`. 4. Keep only the supported share settings. 5. Restart Samba. -6. Reload the Network File Sharing page and confirm the share appears in the managed table. +6. Reload the SMB Network Shares page and confirm the share appears in the managed table. ### Example @@ -209,7 +209,7 @@ Restarting Samba disconnects anyone who is currently connected to a share, so ac sudo systemctl restart smbd nmbd wsdd2 ``` -Reload the Network File Sharing page after that. +Reload the SMB Network Shares page after that. ## Setup Wizard Behavior diff --git a/index.html b/index.html index 538ee2f..8b5f824 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@