fix(nfs): remove dangerous -s flag and unsupported sync option from unfs3

This commit is contained in:
2026-03-31 15:50:21 +02:00
parent c7d5d2f6ee
commit b4173ea6c9

View File

@@ -27,6 +27,7 @@ shares:
| `shares[].folder` | `media` | HA folder to export (`media`, `share`, `config`, `backup`) |
| `shares[].allowed_network` | `192.168.1.0/24` | Network(s) allowed to access the share. Comma-separated for multiple (e.g. `192.168.1.0/24, 10.0.0.0/8`) |
| `shares[].read_only` | `false` | Whether the share is read-only |
| `shares[].sync` | `true` | Confirm each write before responding. Prevents I/O errors on large file transfers (e.g. rsync) |
You can define multiple shares: