Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhacaz/gh-signet

Bookmark pull request GitHub with search query to have an overview.
https://github.com/bhacaz/gh-signet

Last synced: 29 days ago
JSON representation

Bookmark pull request GitHub with search query to have an overview.

Awesome Lists containing this project

README

        

# GH Signet

https://gh-signet.app.bhacaz.com

image

## Selfhost

### GitHub oauth app

1. Create a new GitHub oauth app https://github.com/settings/applications/new
2. Set the callback url to `http://localhost:3000/auth/github/callback`
3. Set the client id and client secret with `bin/rails credentials:edit`

```yaml
github:
secret: 123
client_id: 123
```