Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kfsoftware/getout


https://github.com/kfsoftware/getout

Last synced: about 2 months ago
JSON representation

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
```