mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
synology: hide @eaDir folders everywhere
This commit is contained in:
parent
a86983928c
commit
1b0eb45032
|
|
@ -40,6 +40,7 @@ open the Package Center and install `Text Editor` (by Synology Inc.) to create a
|
||||||
rss, daw, ver # some other nice-to-have features
|
rss, daw, ver # some other nice-to-have features
|
||||||
#dedup # you may want this, or maybe not
|
#dedup # you may want this, or maybe not
|
||||||
hist: /cfg/hist # don't pollute the shared-folder
|
hist: /cfg/hist # don't pollute the shared-folder
|
||||||
|
unlist: ^@eaDir # hide the synology "@eaDir" folders
|
||||||
name: synology # shows in the browser, can be anything
|
name: synology # shows in the browser, can be anything
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
|
|
@ -49,10 +50,6 @@ open the Package Center and install `Text Editor` (by Synology Inc.) to create a
|
||||||
/w # the "/w" docker-volume (the shared-folder)
|
/w # the "/w" docker-volume (the shared-folder)
|
||||||
accs:
|
accs:
|
||||||
A: ed # give Admin to username ed
|
A: ed # give Admin to username ed
|
||||||
|
|
||||||
# hide the synology system files by creating a hidden volume
|
|
||||||
[/@eaDir]
|
|
||||||
/w/@eaDir
|
|
||||||
```
|
```
|
||||||
|
|
||||||
if you ever change the copyparty config file, then [restart the container](https://ocv.me/copyparty/doc/pics/dsm71-02.png) to make the changes take effect
|
if you ever change the copyparty config file, then [restart the container](https://ocv.me/copyparty/doc/pics/dsm71-02.png) to make the changes take effect
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue