https://github.com/kfsoftware/getout
https://github.com/kfsoftware/getout
Last synced: 8 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T15:44:36.000Z (over 1 year ago)
- Last Synced: 2024-12-23T02:24:28.114Z (over 1 year 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
```