private instance
anibal-aguila opened this issue · 3 comments
anibal-aguila commented
Hi, is possible to use it allowing only a certain of users?
thanks in advance,
nero120 commented
@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 tofalse
.
Hope that helps.
anibal-aguila commented
@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?
Thanks ;)
nero120 commented
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.