Skip to content

Outpost v0.3.0

Choose a tag to compare

@sausin sausin released this 10 Jun 19:43
· 1 commit to main since this release

Outpost v0.3.0

Two runtime images this release — pick whichever matches your deploy target.

Python (mature, full-feature)

docker pull ghcr.io/sausin/outpost-python:v0.3.0

TypeScript (Cloudflare-Workers-compatible, Node-deployable)

docker pull ghcr.io/sausin/outpost-ts:v0.3.0

Both images: linux/amd64 + linux/arm64. Each also tagged latest.

Install in one command (Docker)

curl -fsSL https://raw.githubusercontent.com/sausin/outpost/v0.3.0/scripts/install.sh | bash

The installer prompts whether to use the Python or TypeScript image.

Commits since v0.2.1

c978f61 Gaps in docker and improved README
9ad3870 Make hosts.yaml work out of the box (PSK examples as comments)