Skip to content

jfondrix/SyncFavoritesServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncFavoritesServer

Self-hosted bookmark sync server for the SyncFav browser extension.

Stores your bookmarks as a JSON file on your own VPS. All requests are protected by a secret token you choose.


Setup

git clone https://github.com/jfondrix/SyncFavoritesServer.git /opt/syncfav
cd /opt/syncfav
npm install

Start:

SYNC_TOKEN=your-secret-token PORT=3001 node syncfavserver.js

For full setup instructions including Nginx, SSL, and systemd, see the extension README.


API

Method Endpoint Auth Description
GET /health None Health check
GET /privacy None Privacy policy page
GET /bookmarks Bearer token Retrieve bookmarks
PUT /bookmarks Bearer token Upload bookmarks

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors