this post was submitted on 28 Jun 2023
0 points (NaN% liked)
Free and Open Source Software
17960 readers
13 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Haven't used Chrome or Chromium in quite some time, but sounds interesting -- especially since fully open-source forks of Firefox, such as Fennec, can use Mozilla's sync service.
Even non-Firefox browsers can use Firefox Sync! GNOME Web does for example.
I have created a sync tool which can be used by Firefox and all Chromium derivatives. A bookmark added in Firefox is synced automatically to Chromium and visa versa. The Webextension can be downloaded from the standard Firefox AMO, the same applies for Microsoft Edge. For Chrome and other Chromium derivates you have to sideload the Extension, because I don't want to upload it to the Chrome Web Store.
As a backend, you need a selhosted PHP script with absolute minimum requirements. As an alternative you can use a Webdav share as backend. The backend is available at https://codeberg.org/Offerel/SyncMarks-Webapp. The extension in the mentioned extension stores or at https://codeberg.org/Offerel/SyncMarks-Extension
I will upload my latest commits today, with some small fixes, there was no update since some time.