Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfsoftware/getout
https://github.com/kfsoftware/getout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfsoftware/getout
- Owner: kfsoftware
- License: apache-2.0
- Created: 2021-03-29T09:56:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T09:00:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T15:16:57.214Z (3 months ago)
- Language: Go
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alternative to Ngrok
> Documentation is pending...## Development
### Generate protobuf GO
```bash
protoc -I=$PWD --go_out=$PWD $PWD/messages.proto
```### Generate self service certificates
```bash
mkcert *.dev.localhost
```