An open API service indexing awesome lists of open source software.

https://github.com/doineann/syncthing-linux

Some scripts for managing Syncthing on Linux...
https://github.com/doineann/syncthing-linux

installation linux syncthing updater-script

Last synced: 3 months ago
JSON representation

Some scripts for managing Syncthing on Linux...

Awesome Lists containing this project

README

        

# syncthing-linux

Some scripts for managing [Syncthing](https://syncthing.net/) on Linux...

### How to use?

- `install-or-update.sh` to download and install the latest version of syncthing (will extract to .\syncthing)
- `add-as-service.sh` to run syncthing as service at logon
- `remove-service.sh` to remove syncthing as service at logon
- `start.sh` and `stop.sh` to start/stop syncthing manually
- `open-gui.sh` to open a browser window to the web interface of syncthing
- `show-logs.sh` to show the logs of syncthing
- `uninstall.sh` to do a complete uninstallation of syncthing (config will be kept)