Skip to content
New issue

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

多使用者問題 #45

Open
dddong3 opened this issue Mar 4, 2024 · 3 comments
Open

多使用者問題 #45

dddong3 opened this issue Mar 4, 2024 · 3 comments

Comments

@dddong3
Copy link

dddong3 commented Mar 4, 2024

如果想在同個container中讓多個使用者使用不同帳密連線,在confing中使用以下方法是不可行的
"AppSettings": [ { "UserName": "user1", "Password": "user1" }, { "UserName": "user2", "Password": "user2" } ]
我自己試了報401,還是說一個container只能搭配一個user?

@Jeric-X
Copy link
Owner

Jeric-X commented Mar 4, 2024

目前一个container只支持一个user,多用户可以作为之后的优化方向

@Jeric-X Jeric-X mentioned this issue Mar 4, 2024
7 tasks
@Gokou-Ruri
Copy link

多用户直接用webdav吧,SyncClipboard作为客户端填入不同的webdav账号就能多用户了,不同的账户各复制各的。

@busiqiao
Copy link

busiqiao commented Nov 12, 2024

多用户直接用webdav吧,SyncClipboard作为客户端填入不同的webdav账号就能多用户了,不同的账户各复制各的。

还是搭服务器上丝滑,我使用了Alist+阿里云,偶尔出现403就很烦,如果能直接多用户就好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants