Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhacaz/gh-signet
- Owner: Bhacaz
- Created: 2023-10-23T00:03:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T19:15:44.000Z (5 months ago)
- Last Synced: 2024-06-08T19:46:54.013Z (5 months ago)
- Language: Ruby
- Homepage: https://gh-signet.app.bhacaz.com/
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GH Signet
https://gh-signet.app.bhacaz.com
## 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
```