Files
HomeAssistantAddons/nfs/CHANGELOG.md

1.2 KiB

Changelog

1.0.14 - 2026-03-31

  • fix: remove unfsd -s flag (security risk: grants all clients root access, not file handle stability)
  • fix: remove sync export option (not supported by unfs3, silently ignored)

1.0.13 - 2026-03-31

  • feat: add per-share sync option (default true) to fix I/O errors on large file transfers

1.0.12 - 2026-03-31

  • fix: add -s flag to unfsd for stable file handles, fixes EIO errors during rsync

1.0.11 - 2026-03-31

  • fix: remove sync/no_subtree_check (kernel NFS options, unsupported by unfs3, caused mkdir failure on Windows)

1.0.10 - 2026-03-31

  • fix: chmod 777 dynamically on each configured export folder before starting unfsd

1.0.9 - 2026-03-31

  • fix: permission options on nfs

1.0.5 - 2026-03-31

  • fix: switch to unfs3 user-space NFS server (kernel nfsd not available on HA OS)
  • fix: remove unneeded SYS_ADMIN/SYS_MODULE/kernel_modules (not required with unfs3)

1.0.3 - 2026-03-31

  • feat: support multiple configurable NFS shares (folder, allowed_network, read_only)
  • fix: add hassio_api access so bashio can read addon config
  • fix: mount nfsd filesystem before starting rpc.nfsd
  • fix: use correct HA base images in build_from

1.0.0 - 2026-03-29

  • Initial release