mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 15:22:32 -06:00
docs: volflags examples
This commit is contained in:
parent
26e663d111
commit
5aaa4ff15b
|
|
@ -38,5 +38,7 @@
|
||||||
accs:
|
accs:
|
||||||
rw: * # everyone gets read-write access, but
|
rw: * # everyone gets read-write access, but
|
||||||
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
||||||
|
flags:
|
||||||
|
e2ds # enable filesystem-scanning for this volume only
|
||||||
# uid: 1000 # If you're running as root, you can change the owner of this volume here
|
# uid: 1000 # If you're running as root, you can change the owner of this volume here
|
||||||
# gid: 1000 # If you're running as root, you can change the group of this volume here
|
# gid: 1000 # If you're running as root, you can change the group of this volume here
|
||||||
|
|
|
||||||
|
|
@ -49,3 +49,5 @@
|
||||||
accs:
|
accs:
|
||||||
rw: * # everyone gets read-write access, but
|
rw: * # everyone gets read-write access, but
|
||||||
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
||||||
|
flags:
|
||||||
|
e2ds # enable filesystem-scanning for this volume only
|
||||||
|
|
|
||||||
|
|
@ -38,3 +38,5 @@
|
||||||
accs:
|
accs:
|
||||||
rw: * # everyone gets read-write access, but
|
rw: * # everyone gets read-write access, but
|
||||||
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|
||||||
|
flags:
|
||||||
|
e2ds # enable filesystem-scanning for this volume only
|
||||||
Loading…
Reference in a new issue