-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Having a bit of trouble getting rclone to create a file system for sftp... Since the container is running on my NAS inside my home network, and I am still a bit unfamiliar with docker's secrets functionality, I figured I would just put my password in the RCLONE_CONFIG_MYSFTP_PASS environment variable, but when I try this, I get the following error...
Failed to create file system for "MYSFTP:files/subdir": input too short when revealing password - is it obscured?
in my env file I have the following:
RCLONE_CONFIG_MYSFTP_TYPE="sftp"
RCLONE_CONFIG_MYSFTP_HOST="xxx.xxxxx.xxx"
RCLONE_CONFIG_MYSFTP_USER="user"
RCLONE_CONFIG_MYSFTP_PORT=22
RCLONE_CONFIG_MYSFTP_PASS="passwordhere"
Did I miss something? Or do I need to spend some time learning docker secrets before getting this to work?
Metadata
Metadata
Assignees
Labels
No labels