We’re excited to share that starting with version 1.3.0, Sync-in, our open-source collaboration platform, is now simpler than ever to install and run.
Until now, running Sync-in Server often meant using Docker. That’s great for devops setups, but not always user-friendly.
👉 Since v1.3.0, end users can install and launch Sync-in directly via NPM, using a simple CLI.
📦 Easy Install
npm install @sync-in/server
npx sync-in-server init
No Docker, no complex setup. Just Node.js, a couple of lines to configure and go!
📚 Documentation
Check out the full setup guide for NPM deployment:
👉 NPM setup guide
Source on GitHub:
👉 Sync-in Server GitHub
NPM package page:
👉 @sync-in/server on NPM
💡 Why this matters
Sync-in should be as easy as possible to self-host and use for any user who wants control over their data.
🙌 Try it out
We’d love your feedback:
- Does the CLI make your life easier?
- Any features you’d like to see in the next releases?
Feel free to comment here or open an issue/PR on GitHub!
Top comments (0)