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: about 2 months ago
JSON representation
Some scripts for managing Syncthing on Linux...
- Host: GitHub
- URL: https://github.com/doineann/syncthing-linux
- Owner: Doineann
- License: mit
- Created: 2025-03-05T18:01:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-15T19:47:59.000Z (about 2 months ago)
- Last Synced: 2026-04-15T21:31:59.489Z (about 2 months ago)
- Topics: installation, linux, syncthing, updater-script
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)