Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify how to construct WebDAV url #160

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/assets/JoplinWithOcis/JoplinWithOcis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ The workaround is the "Share via link" function of oCIS. The generated links sup
5. change the permissions to "Anyone with the link can edit"
6. additionally, set a password ![password](/src/assets/JoplinWithOcis/password.png)
7. to configure Joplin, open its synchronization settings and:
1. select "WebDAV" as "Synchronisation target"
2. copy the whole link URL into "WebDAV URL"
3. take the last bit of the link URL (everything after the last `/`) as "WebDAV username"
![joplin settings](/src/assets/JoplinWithOcis/joplinSettings.png)
4. add your password into the "WebDAV password" field
1. select "WebDAV" as "Synchronisation target"
2. copy the last bit of the link URL (everything after the last `/`), this is your "public-link-token"
![public-link-token](/src/assets/JoplinWithOcis/public-link-token.png)
3. compose the "WebDAV URL" like `<ocis-base-URL>/remote.php/dav/public-files/<public-link-token>`
![joplin settings](/src/assets/JoplinWithOcis/joplinSettings.png)
4. use the "public-link-token" as "WebDAV username"
5. add your password into the "WebDAV password" field

DONE!

Expand Down
Binary file added src/assets/JoplinWithOcis/public-link-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.