rclone/cmd/serve
albertony f8d56bebaf
config: delay load config file (#5258)
Restructuring of config code in v1.55 resulted in config
file being loaded early at process startup. If configuration
file is encrypted this means user will need to supply the password,
even when running commands that does not use config.
This also lead to an issue where mount with --deamon failed to
decrypt the config file when it had to prompt user for passord.

Fixes #5236
Fixes #5228
2021-04-26 23:37:49 +02:00
..
dlna config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00
ftp build: remove go1.13 build constraints 2021-02-03 17:46:08 +00:00
http config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00
httplib rc: prefer actual listener address if using ":port" or "addr:0" only 2020-12-26 16:28:54 +00:00
proxy fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
restic config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00
servetest servetest: add -sub-run flag for running a subset of the backend tests 2020-11-10 16:47:25 +00:00
sftp serve sftp: fix authentication on one connection blocking others - fixes #4882 2021-01-06 15:34:07 +00:00
webdav filter: deglobalise to put filter config into the context #4685 2020-11-27 17:28:42 +00:00
serve.go docs: spelling: e.g. 2020-10-28 18:16:23 +00:00