Files
HomeAssistantAddons/nfs/options_schema.json

8 lines
200 B
JSON

[
{
"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"
}
]