nfs-server/templates/exports.j2
2026-04-07 16:26:05 +02:00

4 lines
153 B
Django/Jinja

{% for __shares in shares %}
# {{ __shares['name'] }}
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
{% endfor %}