https://github.com/nuclia/sync-agent
https://github.com/nuclia/sync-agent
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuclia/sync-agent
- Owner: nuclia
- Created: 2023-11-07T10:37:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T10:49:20.000Z (8 months ago)
- Last Synced: 2025-03-29T12:51:21.588Z (6 months ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuclia Sync agent
The Nuclia Sync Agent is a small application that runs on your computer and keeps your files in sync with the Nuclia cloud. It is available for Windows, macOS, and Linux.
## Installation
To install the Nuclia Sync Agent, download the installer from its [repository](https://github.com/nuclia/sync-agent/releases) and run it.
It runs on port 8090.
## Configuration
In the Upload page of the Nuclia dashboard, you can enable the Nuclia Sync Agent and configure it to connect to your computer.
You must use `http://localhost:8090` as the server URL.## Deloyment on a server
If you want to deploy the Nuclia Sync Agent on a server rather than on your computer, you can use the [Nuclia Sync Agent server](https://github.com/nuclia/sync-agent/tree/main/server/README.md).