Skip to content

laplace-live/login-sync

 
 

Repository files navigation

LAPLACE Login Sync

LAPLACE Login Sync based on CookieCloud. View the source repo for the original info.

Changes

  • Server: Node.js -> Bun
  • Server: Express.js -> Hono
  • Server: Private mode - server with authentication
  • Extension: Simpler UI
  • Extension: i18n

Working on the extension

# install (run from the repo root, the extension lives in the workspace)
bun install

# dev / build / zip
bun run --filter laplace-login-sync dev
bun run --filter laplace-login-sync build
bun run --filter laplace-login-sync zip

Working on the server

cd server
bun install
bun run dev

About

LAPLACE Login Sync based on CookieCloud

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 73.8%
  • CSS 17.4%
  • Python 3.3%
  • Shell 3.0%
  • Dockerfile 1.1%
  • JavaScript 0.7%
  • Other 0.7%