Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaynetics/bookay
FOSS tools for self-hosting your bookmarks
https://github.com/jaynetics/bookay
bookmarks degoogle self-hosted
Last synced: about 1 month ago
JSON representation
FOSS tools for self-hosting your bookmarks
- Host: GitHub
- URL: https://github.com/jaynetics/bookay
- Owner: jaynetics
- License: mit
- Created: 2020-06-19T20:12:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T18:51:19.000Z (11 months ago)
- Last Synced: 2024-05-11T06:41:58.995Z (8 months ago)
- Topics: bookmarks, degoogle, self-hosted
- Language: JavaScript
- Homepage:
- Size: 3.87 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bookay
[![Build Status](https://github.com/jaynetics/bookay/workflows/tests/badge.svg)](https://github.com/jaynetics/bookay/actions)
bookay is a set of free, open-source tools for self-hosting your bookmarks.
[
![Screenshot thumbnail showing the webapp and browser plugin](
https://user-images.githubusercontent.com/10758879/113178657-1528d000-924f-11eb-9a02-2c0e4e504074.png
)
](https://user-images.githubusercontent.com/10758879/113178042-77350580-924e-11eb-820f-298da2a2631d.png)## Why?
- a bookmarking service is useful if you use varying browsers or devices
- there is currently no free service that supports nested folders
- self-hosting your bookmarks offers the best privacy## Features
- easily deployed [backend](./server/)
- customizable, keyboard-friendly [browser plugin](./plugin/)
- lightweight (~50 kB) [web app](./webapp/)
- support for nested folders
- data import and export
- scan for dupes and broken links
- support for multiple users per instance
- responsiveness and dark mode## Getting started
You need to run a bookay server to use bookay. It includes the webapp by default and also feeds the browser plugin. There are a few free hosting solutions that suffice to run the server. See [here](./server/README.md#how-to-use) for examples and deployment instructions.