-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
I'm encountering an error while using the Docker image on my QNAP. I followed the setup instructions (https://github.com/internxt/cli/blob/main/docker/README.md), and the connection to Internxt Cloud works. However, QNAP Hybrid Backup Sync fails to connect to the local WebDAV server.
Environment:
internxt/webdav:1.5.7
HBS 3 Hybrid Backup Sync 26.2.0.938
OS: QTS 5.2.7.3256
The error:
WebDav logs:
✓ Internxt WebDav server started successfully at https://0.0.0.0:3005
{"level":"info","message":"Internxt 1.5.7 WebDav server listening at https://0.0.0.0:3005","service":"internxt-webdav","timestamp":"2025-10-29T19:19:29.080Z"}
{"level":"info","message":"WebDav request received\nMethod: PROPFIND\nURL: /\nBody: undefined\nHeaders: {"host":"127.0.0.1:3005","depth":"0","content-type":"text/xml; charset=utf-8","content-length":"99","accept-encoding":"identity","user-agent":"HybridBackup/26.2.0.938 (QNAP; QTS 5.2.7)","authorization":"Basic YXphejphemF6"}","service":"internxt-webdav","timestamp":"2025-10-29T19:21:30.237Z"}
{"level":"info","message":"[PROPFIND] Request received for folder at /","service":"internxt-webdav","timestamp":"2025-10-29T19:21:30.706Z"}
{"level":"info","message":"WebDav request received\nMethod: PROPFIND\nURL: /\nBody: undefined\nHeaders: {"host":"127.0.0.1:3005","depth":"0","content-type":"text/xml; charset=utf-8","content-length":"99","accept-encoding":"identity","user-agent":"HybridBackup/26.2.0.938 (QNAP; QTS 5.2.7)","authorization":"Basic YXphejphemF6"}","service":"internxt-webdav","timestamp":"2025-10-29T19:21:31.946Z"}
{"level":"info","message":"[PROPFIND] Request received for folder at /","service":"internxt-webdav","timestamp":"2025-10-29T19:21:31.953Z"}
{"level":"info","message":"WebDav request received\nMethod: PROPFIND\nURL: /\nBody: undefined\nHeaders: {"host":"127.0.0.1:3005","depth":"0","content-type":"text/xml; charset=utf-8","content-length":"99","accept-encoding":"identity","user-agent":"HybridBackup/26.2.0.938 (QNAP; QTS 5.2.7)","authorization":"Basic YXphejphemF6"}","service":"internxt-webdav","timestamp":"2025-10-29T19:21:32.398Z"}
{"level":"info","message":"[PROPFIND] Request received for folder at /","service":"internxt-webdav","timestamp":"2025-10-29T19:21:32.426Z"}
{"level":"info","message":"WebDav request received\nMethod: PROPFIND\nURL: /%40QCloudSync/syncinfo\nBody: undefined\nHeaders: {"host":"127.0.0.1:3005","depth":"0","content-type":"text/xml; charset=utf-8","content-length":"99","accept-encoding":"identity","user-agent":"HybridBackup/26.2.0.938 (QNAP; QTS 5.2.7)","authorization":"Basic YXphejphemF6"}","service":"internxt-webdav","timestamp":"2025-10-29T19:21:32.827Z"}
{"level":"info","message":"[PROPFIND] Request received for file at /@QCloudSync/syncinfo","service":"internxt-webdav","timestamp":"2025-10-29T19:21:32.857Z"}
Cloud you help me?