|
Unsure if I missed something in documentation or my way to achieve this is wrong. I would like to share multiple volumes with rw permission. But these volumes shouldn't appear on the root page of copyparty or in the file browser. I'm able to achieve this nearly with these two flags, with these the volumes aren't listed anymore on the root page, but they are still there in the file browser tree. |
Replies: 1 comment 1 reply
|
this same usecase came up in #588 , and a janky solution was mentioned in my first reply there -- specifically, if you name the volume However, I really DO NOT recommend this, because I cannot guarantee that this works as "intended", especially because this behavior was never actively intended -- it just happens to give the outcome we want. It is very possible that there are other ways to discover that these volumes exist. Please consider the other alternative I suggested: Password-protect the volumes, and possibly including the password in the URL for convenience. |
this same usecase came up in #588 , and a janky solution was mentioned in my first reply there -- specifically, if you name the volume
.picsthen this will CURRENTLY reduce the visibility of it.However, I really DO NOT recommend this, because I cannot guarantee that this works as "intended", especially because this behavior was never actively intended -- it just happens to give the outcome we want. It is very possible that there are other ways to discover that these volumes exist.
Please consider the other alternative I suggested: Password-protect the volumes, and possibly including the password in the URL for convenience.