feat(nfs): multi-share config, hassio_api fix, nfsd mount fix + update docs

This commit is contained in:
2026-03-31 11:54:46 +02:00
parent 21c2bc4e2f
commit 2a1002e9ca
2 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,14 @@ _SonarQube Server helps you comply with common code security standards, such as
[Official Repo](https://github.com/SonarSource/sonarqube) [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) ### [GVM](./gvm)
![Supports amd64 Architecture][amd64-shield] ![Supports amd64 Architecture][amd64-shield]

View File

@@ -1,5 +1,12 @@
# Changelog # 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 ## 1.0.0 - 2026-03-29
- Initial release - Initial release