8000 GitHub - tenox7/stc at 1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tenox7/stc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STC - Syncthing Cli

This is an unofficial command line tool for Syncthing. Stc can be used to quicky check status of Syncthing from a terminal / command line without need of a Web Browser. For example on a remote machine over ssh, without port forwarding or if you have large number of machines to query.

$ stc --apikey=XXXXXX --target=http://127.0.0.1:8384
Host      Uptime    CPU%      Version
homenas   2 weeks   0.0%      v1.19.0

Folder     Paused    State     Global    Local
pics       false     idle      37 GB     37 GB
docs       false     idle      4 GB      4 GB
backups    false     idle      86 GB     86 GB

Device          Paused    Conn   Sync%   Download  Upload
office          false     true   100.0%  11 kB     11 kB
laptop          false     false  100.0%  0 B       0 B
jakob-home      false     true   100.0%  89 MB     447 kB
backupnas       false     true   100.0%  6.3 kB    7.0 kB
homenas         false     true   100.0%  0 B       0 B

Usage

The tool by default connects to http://127.0.0.1:8384 however you can target different machines by using --target flag.

You must specify API Key by using etiher --apikey flag or APIKEY environment variable. The API Key can be obtained from the Syncthing Web UI or config.xml (grep apikey config.xml).

Flags

  --apikey    - Syncthing API Key
  --target    - URL of the Syncthing target

Download binaries

See Releases

Legal

  • Copyright 2022 Google LLC
  • Licensed under Apache 2.0
  • This is not an official Google product

About

Syncthing CLI Tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

0