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

single-user server interactions #8

Open
minrk opened this issue Jan 27, 2017 · 0 comments
Open

single-user server interactions #8

minrk opened this issue Jan 27, 2017 · 0 comments

Comments

@minrk
Copy link
Member

minrk commented Jan 27, 2017

How should a 'download' action on HubShare work? Should data be pushed to single-user servers via HubShare, or should data be pulled from HubShare by the single-user server?

From the auth standpoint, actions initiated by the single-user server are probably going to be simplest.

This will likely need a server extension implementing:

  • send data to HubShare
  • get data from HubShare
  • (possibly) maintain a record of local paths to shares, so that things like 'update' can be simple

because there isn't currently a way to get data into or out of single-user servers in the form HubShare wants (zipped directories). Some basic functionality could be added to the single-user server to do this, though.

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

1 participant