beakerbrowser / beaker

An experimental peer-to-peer Web browser
https://beakerbrowser.com/
MIT License
6.75k stars 548 forks source link

Editing on Multiple Computers #1398

Open imreallyliam opened 5 years ago

imreallyliam commented 5 years ago

Operation System: Windows 10 Beaker version: 0.8.8

So I frequently switch back and forth between two computers, which is problematic for developing. Is there a feature to allow multiple devices to modify a certain site (or all sites like some sort of certificate)?

Thanks.

pfrazee commented 5 years ago

Hi @xeu100. This is on the roadmap, but not yet available. I think it should be available by the end of the year.

da2x commented 5 years ago

@xeu100 you can manually copy over the private keys and stuff but the process is convoluted and undocumented. Try using something like Syncthing to keep your two computers in sync (assuming you never have Beaker open on both systems at the same time!) PS: Simpler consumer services like Dropbox and OneDrive won't get the job done as they don't preserve file permissions and file system metadata which is required to have a fully functional browser profile directory synced from one system to another.