fix(nfs): switch to unfs3 user-space NFS (kernel nfsd unavailable on HA OS)

This commit is contained in:
2026-03-31 11:58:49 +02:00
parent 5cc5363936
commit 8d5668252f
4 changed files with 12 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "NFS Server",
"version": "1.0.4",
"version": "1.0.5",
"slug": "nfs_server",
"description": "Expose Home Assistant media folder via NFS.",
"arch": [
@@ -12,14 +12,9 @@
"boot": "auto",
"init": false,
"host_network": true,
"privileged": [
"SYS_ADMIN",
"SYS_MODULE"
],
"apparmor": false,
"hassio_api": true,
"hassio_role": "default",
"kernel_modules": true,
"map": [
"media:rw",
"share:rw",