Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjdenio/underpass
self-hosted ngrok alternative
https://github.com/cjdenio/underpass
Last synced: 6 days ago
JSON representation
self-hosted ngrok alternative
- Host: GitHub
- URL: https://github.com/cjdenio/underpass
- Owner: cjdenio
- Created: 2022-01-14T04:53:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T00:44:59.000Z (over 2 years ago)
- Last Synced: 2024-06-19T00:34:06.103Z (5 months ago)
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 68
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Underpass
Self-hosted [ngrok](https://ngrok.com) alternative.
## Installation (CLI)
```bash
brew install cjdenio/tap/underpass
```Or, download a release from the [releases page](https://github.com/cjdenio/underpass/releases/latest).
## Usage with hosted server
There's a hosted instance running at https://underpass.clb.li.
```bash
underpass -p -s
```## Self-hosting
(more docs coming soon, possibly)
```bash
go run ./cmd/server --host
``````bash
underpass -p --host -s
```## Known caveats
- No WebSocket support