Skip to content

Latest commit

 

History

History

xbs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xBrowserSync

xBrowserSync is a free tool for syncing browser data between different browsers and devices, built for privacy and anonymity.

Config

make config

Optional: copy xbs/api/settings-dist.json to xbs/api/settings.json and edit to include any custom settings you wish to run on your service. Important: the db.host value should match the container name of the "db" service in xbs/docker-compose.yml.

Authentication and Authorization

See AUTH.md for information on adding external authentication on top of your app.

Note: If your XBrowserSync instance is protected by authentication, the browser extension probably won't be able to connect to it, preventing it from working.

Install

make install

Open in your browser

## Wait for the service to become healthy
make wait
make open