ZeroTierOne/ext/mac-ui-macgap1-wrapper
2015-05-06 21:02:59 -07:00
..
MacGap Add support for local user account caching of authtoken.secret as in old UI -- this is now pretty much working. 2015-05-06 21:02:59 -07:00
MacGap.xcodeproj Add support for local user account caching of authtoken.secret as in old UI -- this is now pretty much working. 2015-05-06 21:02:59 -07:00
public Pass authtoken in from user, and add a wrapper for web UI on Mac. 2015-05-06 20:41:51 -07:00
application.icns Pass authtoken in from user, and add a wrapper for web UI on Mac. 2015-05-06 20:41:51 -07:00
LICENSE Pass authtoken in from user, and add a wrapper for web UI on Mac. 2015-05-06 20:41:51 -07:00
README.md Get user data out of repo. 2015-05-06 20:45:02 -07:00

Mac Web UI Wrapper

This is a modified version of MacGap1 which launches a WebKit view and accesses the local ZeroTier service at its web URL. It builds the URL from the authtoken.secret file in the system home (or the user home) and the zerotier-one.port file that ZeroTier creates to advertise its control port.

It's based on the original MacGap1 source by Twitter, Inc. which is licensed under the MIT license.