diff --git a/contrib/podman-systemd/copyparty.conf b/contrib/podman-systemd/copyparty.conf index 8acbe75a..aa3d4b2e 100644 --- a/contrib/podman-systemd/copyparty.conf +++ b/contrib/podman-systemd/copyparty.conf @@ -38,5 +38,7 @@ accs: rw: * # everyone gets read-write access, but 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 # gid: 1000 # If you're running as root, you can change the group of this volume here diff --git a/contrib/systemd/copyparty.example.conf b/contrib/systemd/copyparty.example.conf index a28802b2..de220e9f 100644 --- a/contrib/systemd/copyparty.example.conf +++ b/contrib/systemd/copyparty.example.conf @@ -49,3 +49,5 @@ accs: rw: * # everyone gets read-write access, but rwmda: ed # the user "ed" gets read-write-move-delete-admin + flags: + e2ds # enable filesystem-scanning for this volume only diff --git a/docs/examples/docker/basic-docker-compose/copyparty.conf b/docs/examples/docker/basic-docker-compose/copyparty.conf index 1c3f918e..218c309f 100644 --- a/docs/examples/docker/basic-docker-compose/copyparty.conf +++ b/docs/examples/docker/basic-docker-compose/copyparty.conf @@ -38,3 +38,5 @@ accs: rw: * # everyone gets read-write access, but rwmda: ed # the user "ed" gets read-write-move-delete-admin + flags: + e2ds # enable filesystem-scanning for this volume only \ No newline at end of file