ghtop icon indicating copy to clipboard operation
ghtop copied to clipboard

Add Support for GitHub Enterprise endpoints

Open dmuth opened this issue 3 years ago • 1 comments

I work for a company which uses GitHub Enterprise and would love to see support for Enterprise GitHub endpoints so I can see what users in my company are doing in real-time.

Any thoughts on adding in support for a configurable endpoint?

Thanks!

dmuth avatar Apr 07 '21 00:04 dmuth

Looked into this to satisfy my own curiosity.

Ghtop uses ghapi to interface with GitHub - docs for ghapi suggest the following:

You can set an environment variable named GH_HOST to override the default of https://api.github.com in case you are running GitHub Enterprise (GHE). However, this library has not been tested on GHE, so proceed at your own risk.

andytruett avatar Jul 07 '21 20:07 andytruett