feat: initial commit
This commit is contained in:
parent
e4243a7952
commit
cf9fbd2283
13 changed files with 150 additions and 93 deletions
4
templates/exports.j2
Normal file
4
templates/exports.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{% for __shares in shares %}
|
||||
# {{ __shares['name'] }}
|
||||
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue