Operating system
Linux
Joplin version
32.0.0
Desktop version info
3.1.24
Sync target
Nextcloud
What issue do you have?
Hello,
i installed docker with containers of nextcloud and mariadb on an raspberry pi 5.
I can use nextcloud (32.0.0) with the client for nextcloud on android but i can not sync with joplin (Code ECONNREFUSED).
I created in the nextcloud GUI a application-specific password and scanned the QR-Code with my phone and opened the link with the client for nextcloud on android. This sync works fine.
For Joplin sync:
I created a ‘Joplin‘ Folder in the top directory of nextcloud.
I created in the nextcloud GUI a application-specific password and copied the username and password.
I find in nextcloud my URL for WebDAV is http://192.168.0.24/remote.php/dav/files/adminx (i only want to connect inside my LAN to the nextcloud server)
I configured in the joplin Client (linux 3.1.24 as well as the new android client) the adapter for Nextcloud.
I used the username and password that I copied from the nextcloud GUI for the application-specific password.
And I used the URL for WebDAV and concated ‘/Joplin‘
I get an error :
„request to http://192.168.0.24/remote.php/dav/files/adminx/Joplin/ failed, reason: connect ECONNREFUSED 192.168.0.24:80 (Code ECONNREFUSED)“
It is odd that the error message says … /Joplin/ and not .../Joplin since i have configured .../Joplin in Joplin without the last /.
I have cheched multiple times for tipping errors. I have tried to uses the username and password of the admin account with the same result.
I don’t know what to do and need help.