From 2a1002e9ca1c428823aa182fdf7d6d47532aebd0 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 31 Mar 2026 11:54:46 +0200 Subject: [PATCH] feat(nfs): multi-share config, hassio_api fix, nfsd mount fix + update docs --- README.md | 8 ++++++++ nfs/CHANGELOG.md | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 9f234c3..b98528e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ _SonarQube Server helps you comply with common code security standards, such as [Official Repo](https://github.com/SonarSource/sonarqube) +### [NFS Server](./nfs) + +![Supports amd64 Architecture][amd64-shield] +![Supports aarch64 Architecture][aarch64-shield] +![Supports armv7 Architecture][armv7-shield] + +_Expose Home Assistant folders (media, share, config, backup) via NFS to other devices on the network._ + ### [GVM](./gvm) ![Supports amd64 Architecture][amd64-shield] diff --git a/nfs/CHANGELOG.md b/nfs/CHANGELOG.md index 49adc3d..c76f7ed 100644 --- a/nfs/CHANGELOG.md +++ b/nfs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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