Skip to content

Cherry

What is it?

Cherry is a bookmark service that is open source.

  • The code of Cherry service and the browser extension are all available on GitHub.

  • It's self-hostable. Your data in in your own hands. Using SQLite, management and backup is a breeze.

  • It has a simple UI. But you got all the features you want for a bookmark service. Tags, groups, full text search and browser extensions.

Info

By default, the role is protected behind your Authelia/SSO middleware. You will also have to log into the app itself.

Details
Project home Docs Github

1. Installation

sb install sandbox-cherry

2. URL

  • To access Cherry, visit https://cherry._yourdomain.com_

3. Setup

  • Default login:
Username: "your user from accounts.yml"
Password: your_normal_password

Note

To create an additional user, use Cherry cli: docker exec cherry cherry create-user <email> <password>