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

Possibility to have multi user configuration #111

Open
kidburglar opened this issue Apr 9, 2017 · 2 comments
Open

Possibility to have multi user configuration #111

kidburglar opened this issue Apr 9, 2017 · 2 comments

Comments

@kidburglar
Copy link

Hello,

I was thinking, maybe it would be possible to split the inferface from the application.
So we can host the interace with a webserver and connect to different socket from the interface like ruTorrent do for rTorrent.

It would avoid multiple webservers for each users and I think it will simplify the configuration for multiple users too.

Cheers.

@asapach
Copy link
Owner

asapach commented Apr 10, 2017

So you would have one frontend and multiple backends? How do you choose which backend to connect to? How do you envision the user experience?
I like the idea, but there are some technical challenges, e.g. currently frontend code is pretty much tightly coupled to the backend logic and decoupling them means formalizing the protocol and maintaining some kind of versioning / backwards compatibility.

@kidburglar
Copy link
Author

That is a good question, I never did nodejs so I can only compare to rutorrent / rtorrent.

rtorrent listen to diferent port / socket that depend of the user configuration file (~/.rtorrent.rc)

ruTorrent display the interface and connect on the port / socket that is given in his configuration file and in apache / nginx.
ruTorrent match the configuration with the login that we use when we login with apache authorization.

I don't know if I'm really clear, if you need configuration files or more information don't hésitate to ask.
Cheers.

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

No branches or pull requests

2 participants