Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floccusaddon/floccus
:cloud: Sync your bookmarks privately across browsers and devices
https://github.com/floccusaddon/floccus
bookmark bookmarks browser-bookmarks chrome chrome-extension edge-extension firefox firefox-addon firefox-extension nextcloud nextcloud-bookmarks owncloud sync sync-solution syncing-bookmarks webdav webextension
Last synced: 27 days ago
JSON representation
:cloud: Sync your bookmarks privately across browsers and devices
- Host: GitHub
- URL: https://github.com/floccusaddon/floccus
- Owner: floccusaddon
- License: mpl-2.0
- Created: 2016-06-04T23:37:43.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-03T12:23:49.000Z (3 months ago)
- Last Synced: 2024-08-04T22:09:34.554Z (3 months ago)
- Topics: bookmark, bookmarks, browser-bookmarks, chrome, chrome-extension, edge-extension, firefox, firefox-addon, firefox-extension, nextcloud, nextcloud-bookmarks, owncloud, sync, sync-solution, syncing-bookmarks, webdav, webextension
- Language: JavaScript
- Homepage: https://floccus.org
- Size: 18.6 MB
- Stars: 5,416
- Watchers: 59
- Forks: 233
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - floccusaddon/floccus - :cloud: Sync your bookmarks privately across browsers and devices (firefox)
README
# ![](https://raw.githubusercontent.com/marcelklehr/floccus/master/icons/logo.png) Floccus
![](https://raw.githubusercontent.com/marcelklehr/floccus/develop/img/screen_chrome_wide.png)
> Sync your bookmarks privately across browsers and devices[![Tests](https://github.com/marcelklehr/floccus/workflows/Tests/badge.svg)](https://github.com/marcelklehr/floccus/actions?query=workflow%3ATests)
- 🔖 Syncs your real, native browser bookmarks directly
- ☸ Sync via [Nextcloud Bookmarks](https://github.com/nextcloud/bookmarks), Google Drive, any Git server (like GitHub, Gitlab, Gitea, etc.) or [any WebDAV-compatible service](https://community.cryptomator.org/t/webdav-urls-of-common-cloud-storage-services/75)
- ⚛ Use any browser that supports Web extensions (e.g. Firefox, Chrome, Edge, Opera, Brave, Vivaldi, ...; Safari [not yet](https://github.com/floccusaddon/floccus/issues/23))
- 📲 Install the floccus Android app to access your bookmarks on your phone
- 💼 Create as many sync profiles as you need
- 🚚 Control sync strategy (i.e. uni- or bidirectional), ⏳ sync interval and 📂 synced folder
- 📦 Easily export your configuration
- 🔒 Keep your credentials secure with an encryption passphrase[![Download now](https://img.shields.io/badge/Download-now-limegreen.svg?&style=for-the-badge)](https://floccus.org/download)
If you'd like to support the creation and maintenance of this software, please consider donating. :)
| [](https://opencollective.com/floccus) | [](https://github.com/sponsors/marcelklehr) | [](https://liberapay.com/marcelklehr/donate) | [](https://www.paypal.me/marcelklehr1) |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| :-------------------------------------------------------------------------------------------------------------------------------------------------: |:--:|:---:|## 🎬 Getting started
If you don't know how to start with Floccus, [read these guides](https://floccus.org/guides).If you need help, talk to us on [gitter](https://gitter.im/marcelklehr/floccus), matrix ([`#marcelklehr_floccus:gitter.im`](https://matrix.to/#/#marcelklehr_floccus:gitter.im?utm_source=gitter)), in the [official Nextcloud Bookmarks talk channel](https://cloud.nextcloud.com/call/u52jcby9), or drop [me](https://marcelklehr.de) a mail! :wave:
### Troubleshooting
- **Emojis**: MySQL doesn't support emojis out of the box, so if you're syncing to nextcloud and getting Error code 500 from nextcloud, check the nextcloud log for SQL errors and [proceed as explained in the nextcloud docs if you get charset errors](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/mysql_4byte_support.html).
If you need help sorting out problems, try the gitter chat room:
## Considerations
Is this a good idea? I think so. If you'd like to know more, check out [the considerations file](./CONSIDERATIONS.md)
## What's with the name?
[Cirrus floccus](https://en.wikipedia.org/wiki/Cirrus_floccus) is a type of cloud, that
can sync your browser datalooks very nice.## Contributors
This project exists thanks to all the people who contribute.
Bernd Wechner
🐛 🤔 ⚠️
jlbprof
💻 🐛 ⚠️
TeutonJon78
🐛 🤔
Scott P.
🐛 🤔
Lantizia
🐛 🤔
TCB13
💻 🤔 🔌 🌍
gohrner
🐛
Tank-Missile
🐛
Torsten Kurbad
🐛
gerroon
🐛
Matija Nalis
🤔 💬 🐛
Marcel Klehr
💬 💻 🖋 🎨 📖 🚇 🚧 📆
binsee
💻
Marc Shapiro
💻
Marllus Lustosa
💻
Izzy
🐛 🤔 🚇
sunjam
🤔 ⚠️
Danny Siminiuk
⚠️ 🤔
Seirade
🤔 🐛
pinpontitit
🤔 🐛 💻
Motte
💻 🐛
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
## Contribute
All contributions, code, feedback and strategic advice, are welcome. If you have a question you can contact me directly via email or simply [open an issue](https://github.com/marcelklehr/floccus/issues/new) on the repository. I'm also always happy for people helping me test new features -- see the issues for announcements of beta versions.
### Translating
Translations can now be provided over at [transifex](https://www.transifex.com/floccus/floccus/).
![](https://www.transifex.com/projects/p/floccus/resource/messages-json--develop/chart/image_png)
### Development
#### Setting up a dev environment
- Clone this repository.
- Install the [latest LTS version of node.js](https://nodejs.org/en/download/).
- In the root of your floccus repo, run `npm install`.
- Run `npm run build` to build.
- Find out more on how to develop browser extensions here: .For building the android app you'll need Android Studio
- Open the `android/` folder in Android studio and build the App like any other Android app.
- `npm run build` and `npm run watch` will push changes to `android/` as necessary.#### Building
- `npm run build`
Run the following to automatically compile changes as you make them:
- `npm run watch`
#### Releasing
- `npm run build-release`
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/floccus#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/floccus#sponsor)]
## License
(c) Marcel Klehr
MPL-2.0 (see LICENSE.txt)