We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果想在同個container中讓多個使用者使用不同帳密連線,在confing中使用以下方法是不可行的 "AppSettings": [ { "UserName": "user1", "Password": "user1" }, { "UserName": "user2", "Password": "user2" } ] 我自己試了報401,還是說一個container只能搭配一個user?
"AppSettings": [ { "UserName": "user1", "Password": "user1" }, { "UserName": "user2", "Password": "user2" } ]
The text was updated successfully, but these errors were encountered:
目前一个container只支持一个user,多用户可以作为之后的优化方向
Sorry, something went wrong.
多用户直接用webdav吧,SyncClipboard作为客户端填入不同的webdav账号就能多用户了,不同的账户各复制各的。
还是搭服务器上丝滑,我使用了Alist+阿里云,偶尔出现403就很烦,如果能直接多用户就好了
No branches or pull requests
如果想在同個container中讓多個使用者使用不同帳密連線,在confing中使用以下方法是不可行的
"AppSettings": [ { "UserName": "user1", "Password": "user1" }, { "UserName": "user2", "Password": "user2" } ]
我自己試了報401,還是說一個container只能搭配一個user?
The text was updated successfully, but these errors were encountered: