Create README.md
This commit is contained in:
parent
8f5bbe1d6f
commit
a7eff8b5f5
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# ResilioSync_Unprivileged
|
||||
🔄️ Run Resilio Sync without system privileges. (No root permission)
|
||||
|
||||
## How to use
|
||||
```bash
|
||||
# This will download Resilio Sync binary from
|
||||
# - https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
|
||||
# and extract in current work dir
|
||||
# and create "./storage" dir which save rslsync database and runtime files
|
||||
./setup.sh
|
||||
|
||||
# Check your config file (default webui https port is 8888)
|
||||
nano user_config.json
|
||||
|
||||
# Start daemon
|
||||
./start.sh
|
||||
|
||||
# Stop daemon
|
||||
./stop.sh
|
||||
|
||||
# Force stop daemon
|
||||
./force-stop.sh
|
||||
```
|
||||
|
||||
## Disclamer
|
||||
This repository's script is under MIT license, but the associated Resilio Sync items are under their license.
|
||||
- http://www.resilio.com/legal/privacy
|
||||
- http://www.resilio.com/legal/terms-of-use
|
||||
- http://www.resilio.com/legal/eula
|
||||
Loading…
Add table
Add a link
Reference in a new issue