feat(nfs): multi-share config, hassio_api fix, nfsd mount fix + update docs
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user