feat(nfs): add initial NFS server implementation with configuration and usage instructions
This commit is contained in:
8
nfs/options_schema.json
Normal file
8
nfs/options_schema.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "allowed_network",
|
||||
"type": "string",
|
||||
"description": "The network allowed to access the NFS share (e.g., 192.168.1.0/24)",
|
||||
"default": "0.0.0.0/0"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user