xbrowsersync/api

private instance

anibal-aguila opened this issue · 3 comments

Hi, is possible to use it allowing only a certain of users?
thanks in advance,

@anibal-aguila not sure what you mean exactly, there are no "users" in the traditional sense, everyone is anonymous. However, some options:

  • To prevent access to the server completely, lock down access to a specific IP address/range.
  • To prevent "strangers" creating new syncs, you could set the status.allowNewSyncs setting to false.

Hope that helps.

@nero120 great! that is exactly what I mean.
prevent "strangers" creating new syncs while I can check who the service run.
one more thing, how I can reduce the Update/Sync time?

image

Thanks ;)

how I can reduce the Update/Sync time

Not possible currently, it's fixed at every 15 minutes within the app. There's an existing feature request to make it customisable.