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

Questions about own xBrowserSync server #41

Open
pstein opened this issue Apr 3, 2020 · 4 comments
Open

Questions about own xBrowserSync server #41

pstein opened this issue Apr 3, 2020 · 4 comments
Labels

Comments

@pstein
Copy link

pstein commented Apr 3, 2020

As I read users need not use the publicly available xBrowserSync servers but can setup and use their own xBrowserSync servers in local LAN.

Some questions about that:

Users are directed to the following page for the corresponding server:

https://github.com/xbrowsersync/api/releases

I found only source files. Is there no pre-compiled server binary package (for Windows)?

The label of this project is "API" which mean only the interface definition.
Where is the actual body of the server?

Is this a real stand-alone server or just a service in the sense of a Windows service?

In which kind of container does this server store the bookmarks: E.g. in a file or SQlite DB or full MySQL DB?

Peter

@nero120 nero120 transferred this issue from xbrowsersync/app Apr 9, 2020
@DevPre24
Copy link

DevPre24 commented Feb 24, 2021

Hi, i know i'm necroposting but this could be useful to those reading in the future. I just set up my own private xbrowsersync on a kubernetes cluster and thought could give some advice.

I'd recommend setting it up using docker (you can find the image on docker hub), you could do so on windows but it's more tricky and depending on the version it might run as a VM instead of WSL, so i guess a linux host would be better.

It uses MongoDB a non relational db for storing the data, so you will need an instance, you can easily spin up another docker container and call it a day, without worring too much on how it works.

@lapo-luchini
Copy link

I just created a SQLite-based fork of the Cloudflare-KV-based fork for (my own) personal usage, in case you prefer it to MongoDB like I do.

@x09
Copy link

x09 commented Nov 1, 2021

Hi, i know i'm necroposting but this could be useful to those reading in the future. I just set up my own private xbrowsersync on a kubernetes cluster and thought could give some advice.

I'd recommend setting it up using docker (you can find the image on docker hub), you could do so on windows but it's more tricky and depending on the version it might run as a VM instead of WSL, so i guess a linux host would be better.

It uses MongoDB a non relational db for storing the data, so you will need an instance, you can easily spin up another docker container and call it a day, without worring too much on how it works.

i use docker, but extension not connected..
create a bug - xbrowsersync/api-docker#19
but silence only

@DevPre24
Copy link

Hi, i know i'm necroposting but this could be useful to those reading in the future. I just set up my own private xbrowsersync on a kubernetes cluster and thought could give some advice.
I'd recommend setting it up using docker (you can find the image on docker hub), you could do so on windows but it's more tricky and depending on the version it might run as a VM instead of WSL, so i guess a linux host would be better.
It uses MongoDB a non relational db for storing the data, so you will need an instance, you can easily spin up another docker container and call it a day, without worring too much on how it works.

i use docker, but extension not connected.. create a bug - xbrowsersync/api-docker#19 but silence only

I think it's due to the self signed certificate, get a proper one with let's encrypt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants