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...
- Host: GitHub
- URL: https://github.com/doineann/syncthing-linux
- Owner: Doineann
- License: mit
- Created: 2025-03-05T18:01:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T06:18:54.000Z (3 months ago)
- Last Synced: 2025-03-06T06:26:07.408Z (3 months ago)
- Topics: installation, linux, syncthing, updater-script
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- 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)