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

[Feature Request] Allow multiple instances of same server but different credentials / users #178

Open
koseduhemak opened this issue Jan 10, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@koseduhemak
Copy link

koseduhemak commented Jan 10, 2024

Before submitting a feature request, please check whether a similar feature has already been requested in the Discussions tab.
If it has, you can vote for the request or add a comment if you think it could be expanded.

Is your feature request related to a problem? Please describe.
Multiple instances of the same server but with different credentials cant be created at the moment.

Describe the solution you'd like
Allow same server address with different user credentials. My girlfriend and me are using the same device to manage our documents. Maybe just add a „Name“ for the to-be-created instance and everything is fine?

Describe alternatives you've considered

Additional context

@koseduhemak koseduhemak added the enhancement New feature or request label Jan 10, 2024
@koseduhemak koseduhemak changed the title [Feature Request] [Feature Request] Allow multiple instances of same server but different credentials / users Jan 10, 2024
@LeoKlaus
Copy link
Owner

Hi Maximilian,

thanks for the suggestion. This is actually something I could use myself for the test instances I run.
Will definitely put this on my to-do list!

@LeoKlaus
Copy link
Owner

I've started working on this, but my "bolted-on" implementation of multi instance support makes it a bit harder than I anticipated.

It's still planned, but might take a bit longer than I expected.

@TFoerst
Copy link

TFoerst commented Mar 12, 2024

Hi. Maybe this is a good context for another feature.
It would be nice to "log out" from a url. For instance I want to login with another user on the same sever.

@LeoKlaus
Copy link
Owner

Hi. Maybe this is a good context for another feature. It would be nice to "log out" from a url. For instance I want to login with another user on the same sever.

That's definitely something I should add. Switching server if you have only a single instance is kind of a pita right now.

@YoMamasNerd
Copy link

As a workaround you could add the same instance twice.
If the first instance is
domain.com
the second one should be
www.domain.com

@LeoKlaus
Mentioned that technically, this solution is somewhat inefficient in that all attributes and shared documents are stored twice, but realistically, the impact this has on the storage footprint should be fairly small.

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

No branches or pull requests

4 participants