2016-06-12 23:14:54 +02:00
2016-06-12 21:47:59 +02:00
2016-06-12 22:03:07 +02:00
2016-06-12 21:22:10 +02:00
2016-06-12 21:42:06 +02:00

Syncthing for Mac OS X

Downloads Latest release Build Status license

Build

xcodebuild

Configuration and defaults

Writing defaults is handled by OS X and can be set from the GUI or console.

defaults write com.github.xor-gate.syncthing-macosx <config> <value>

  • Executable : "/path/to/syncthing" (overwrite, will defaults use <Syncthing.app>/MacOS/Resources/syncthing/syncthing>)
  • ApiKey: ""
  • URI: "http://localhost:8384"

Example:

defaults write com.github.xor-gate.syncthing-macosx URI "http://localhost:8384"
defaults write com.github.xor-gate.syncthing-macosx ApiKey 1234

Reusable library

I'm trying to create a native Objective-C library to access Syncthing REST API. See XGSyncthing.h.

License

MIT

Languages
Objective-C 65.7%
Go 10.3%
Swift 7.4%
Python 7%
Shell 6.3%
Other 3.3%