fix(nfs): config.yaml to json
This commit is contained in:
34
nfs/config.json
Normal file
34
nfs/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "NFS Server",
|
||||
"version": "1.0.1",
|
||||
"slug": "nfs_server",
|
||||
"description": "Expose Home Assistant media folder via NFS.",
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64",
|
||||
"armv7"
|
||||
],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"init": false,
|
||||
"host_network": true,
|
||||
"privileged": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"apparmor": false,
|
||||
"kernel_modules": true,
|
||||
"map": [
|
||||
"media:rw"
|
||||
],
|
||||
"options": {
|
||||
"allowed_network": "192.168.1.0/24"
|
||||
},
|
||||
"schema": {
|
||||
"allowed_network": "str"
|
||||
},
|
||||
"build_from": {
|
||||
"amd64": "alpine:3.19",
|
||||
"aarch64": "alpine:3.19",
|
||||
"armv7": "alpine:3.19"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user