mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 05:25:34 +10:00
docs: volflags examples
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user