Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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