feat(nfs): add initial NFS server implementation with configuration and usage instructions

This commit is contained in:
2026-03-29 13:40:09 +02:00
parent 330a3348b9
commit 0778d7a6fa
6 changed files with 75 additions and 0 deletions

11
nfs/config.yaml Normal file
View File

@@ -0,0 +1,11 @@
name: NFS Server
version: "1.0.0"
slug: nfs_server
description: Expose Home Assistant media folder via NFS.
arch: [aarch64, amd64, armv7, i386, x86_64]
privileged: [SYS_ADMIN]
apparmor: false
host_network: true
map:
- media:rw
ports: {}