-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
Since the docker container is acting as a webdav proxy and serves the files on it's own port, it would be nice if the NAS services like; HyperBackup could directly connect to this local proxy (on port 3005). This can only be done when we configure our own webdav credentials for this container.
Right now the environment supports:
environment:
INXT_USER: "" # Your Internxt account email
INXT_PASSWORD: "" # Your Internxt account password
INXT_TWOFACTORCODE: "" # (Optional) Current 2FA one-time code
INXT_OTPTOKEN: "" # (Optional) OTP secret for auto-generating 2FA codes
WEBDAV_PORT: "" # (Optional) WebDAV port. Defaults to 3005 if empty
WEBDAV_PROTOCOL: "" # (Optional) WebDAV protocol. Accepts 'http' or 'https'. Defaults to 'https' if empty
ports:
- "127.0.0.1:3005:3005" # Map container port to host. Change if WEBDAV_PORT is customized
So we also need:
WEBDAV_AUTH=true
WEBDAV_USERNAME=
WEBDAV_PASSWORD=
That would be great!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels