go-sync icon indicating copy to clipboard operation
go-sync copied to clipboard

A detailed installation explanation is required.

Open berkin88 opened this issue 1 year ago • 3 comments

A detailed installation explanation is required.

berkin88 avatar Oct 20 '24 20:10 berkin88

I found the following instructions in the README.md to be straightforward and effective:

Local development using Docker and DynamoDB Local:
- Clone this repo
- Run make docker
- Run make docker-up
- To connect to your local server from a Brave browser client use --sync-url="http://localhost:8295/v2"

Using these steps, I was able to successfully sync browser instances. ChatGPT can walk through the process step by step and make things fast for anyone to achieve.

459below avatar Dec 06 '24 22:12 459below

I found the following instructions in the README.md to be straightforward and effective:

Local development using Docker and DynamoDB Local:
- Clone this repo
- Run make docker
- Run make docker-up
- To connect to your local server from a Brave browser client use --sync-url="http://localhost:8295/v2"

Using these steps, I was able to successfully sync browser instances. ChatGPT can walk through the process step by step and make things fast for anyone to achieve.

What about iOS and Android?

iMonZ avatar Feb 22 '25 09:02 iMonZ

I am syncing Android and Desktop variants. Don't know about iOS, but I don't see why it should not work on iOS.

I followed the hints by @ippocratis here https://ippocratis.github.io/brave/ to make it sync on Android. Though there are multiple ongoing issues to add this as a usual GUI option. The way by @ippocratis works for me already in the current official builds of Brave for Android.

459below avatar Mar 03 '25 13:03 459below