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] API for available instances #43

Closed
vzool opened this issue Jan 29, 2019 · 3 comments
Closed

[Feature Request] API for available instances #43

vzool opened this issue Jan 29, 2019 · 3 comments

Comments

@vzool
Copy link
Contributor

vzool commented Jan 29, 2019

Hi, I'm looking forward to an API that lists all public instances in the chronicle app, then this will lead us to hide other instances for some use cases. By that in mind I suggest to update local/settings.json to support this feature like the following:

{
  ...

  "instances": {
    "": {
      "name": "",
      "public": true,
      "desc": "Default public instance"
    }
  },

  ...
}

I mean by public if set to false is just to hide the instance in the suggested API result. Thanks

@paragonie-scott
Copy link
Member

Making some replication instances publicly discoverable from an API makes sense to me. (The ability to run secret replicas is helpful for some threat models, but having some public instances don't hurt anything.)

@vzool
Copy link
Contributor Author

vzool commented Jan 29, 2019

Indeed, this will stage an important role for "Chronicle Explorers". ^_^

@paragonie-security
Copy link
Contributor

This will be done in the next release.

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

3 participants