https://github.com/dutchcoders/northpole
Northpole: an experimental and work in progress sync server for Santa.
https://github.com/dutchcoders/northpole
Last synced: 3 months ago
JSON representation
Northpole: an experimental and work in progress sync server for Santa.
- Host: GitHub
- URL: https://github.com/dutchcoders/northpole
- Owner: dutchcoders
- License: mit
- Created: 2014-12-15T12:17:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T13:32:41.000Z (over 10 years ago)
- Last Synced: 2023-08-03T21:05:41.218Z (almost 2 years ago)
- Language: Go
- Size: 148 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Northpole
=========Northpole: an experimental and work in progress sync server for Santa.
[github.com/google/santa]
## Configuration
Update the **/var/db/santa/config.plist** file with the value for SyncBaseURL.```
SyncBaseURL
http://127.0.0.1:8080/
```## Run server
```
go run *.go
```## Test
Now you can run Santa sync to connect with Nortpole.```
sudo santa sync
```## Contributions
Contributions are welcome.
## Generate certificates
http://golang.org/src/crypto/tls/generate_cert.go?m=textgo run contrib/generate_cert.go -host="127.0.0.1" -ca=false
openssl x509 -in /var/db/santa/cert.pem -text## Creators
**Remco Verhoef**
-
-## Copyright and license
Code and documentation copyright 2011-2014 Remco Verhoef.
Code released under [the MIT license](LICENSE).