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

Allow hub to be client of other hub #5

Open
rkhamis opened this issue Aug 1, 2018 · 1 comment
Open

Allow hub to be client of other hub #5

rkhamis opened this issue Aug 1, 2018 · 1 comment
Milestone

Comments

@rkhamis
Copy link

rkhamis commented Aug 1, 2018

Issue migrated from https://api.github.com/repos/zero-os/0-hub/issues/17, opened by @zaibon

The idea is to allow a hub to configure some fallback hub in the case what is requested doesn't exist locally.

Example use case:

  • One person host a private hub for his own use, but still want to be able to grab all the public images from it.
  • having hub that proxy the public hub to have it locally to your networks

Need to think about security, how the hub can get access to the data of the fallback hub

@rkhamis rkhamis added this to the Roadmap milestone Aug 1, 2018
@rkhamis
Copy link
Author

rkhamis commented Aug 1, 2018

*commented by @maxux
The idea is:

  • A hub can be configured as slave of another hub
  • When a listing request is sent to the hub, it merge it's local contents with the master server(s)
  • Only requesting/listing flist is propagated to master(s) (eg: deleting or renaming is only local)
  • An efficient way would be better (not requesting remote data on each request)*

@zaibon zaibon modified the milestones: Roadmap, later Jan 23, 2020
@sasha-astiadi sasha-astiadi modified the milestones: later, next Dec 29, 2020
@maxux maxux modified the milestones: next, later Dec 29, 2020
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