Private
Public Access
2
0

Add NFS server/clients for share Wordpress

This commit is contained in:
2026-01-19 16:07:13 +03:00
parent 3d9fe37983
commit afa115e17a
11 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
{% for export in nfs_server_exports %}
{{ export.path }}{% for c in export.clients %} {{ c.address }}({{ c.options | default ("ro") }}){% endfor %}
{% endfor %}