Disable long random alpha-numa string in URL path? #1987
Unanswered
Data-PhiIe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone know how to disable long random alpha-numa string in URL path? It makes the explorer path too long when mounting WebDav to windows as a network drive, which causes issues when transferring files. I have a feeling it may have to do with the following variables listed in the opencloud docs, but I wanted to make sure.
OCDAV_WEBDAV_NAMESPACE/users/{{.Id.OpaqueId}}OCDAV_FILES_NAMESPACE/users/{{.Id.OpaqueId}}I am under the assumption I could just remove the
{{.Id.OpaqueId}}part of it, shortening it to/users. I just wanted to check before mucking around with my settings files,Beta Was this translation helpful? Give feedback.
All reactions