cifs: use credentials file
this supports special characters in passwords better https://forum.cloudron.io/topic/6577/failed-to-mount-inactive-mount-error-13-when-mounting-cifs-from-synology
This commit is contained in:
@@ -43,6 +43,7 @@ exports = module.exports = {
|
||||
DHPARAMS_FILE: path.join(baseDir(), 'platformdata/dhparams.pem'),
|
||||
FEATURES_INFO_FILE: path.join(baseDir(), 'platformdata/features-info.json'),
|
||||
VERSION_FILE: path.join(baseDir(), 'platformdata/VERSION'),
|
||||
CIFS_CREDENTIALS_DIR: path.join(baseDir(), 'platformdata/cifs'),
|
||||
SSHFS_KEYS_DIR: path.join(baseDir(), 'platformdata/sshfs'),
|
||||
SFTP_KEYS_DIR: path.join(baseDir(), 'platformdata/sftp/ssh'),
|
||||
SFTP_PUBLIC_KEY_FILE: path.join(baseDir(), 'platformdata/sftp/ssh/ssh_host_rsa_key.pub'),
|
||||
|
||||
Reference in New Issue
Block a user