Skip to content

Releases: sausin/outpost

v0.3.2

10 Jun 20:11

Choose a tag to compare

Outpost v0.3.0

10 Jun 19:43

Choose a tag to compare

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)

v0.2.1

10 Jun 17:47

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Jun 17:23

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Full Changelog: v0.1.0...v0.2.0

Outpost v0.1.0

19 May 21:03

Choose a tag to compare

Outpost v0.1.0 Pre-release
Pre-release

Outpost v0.1.0

Docker image

docker pull ghcr.io/sausin/outpost:v0.1.0

Multi-arch (linux/amd64, linux/arm64). Also tagged latest.

Install in one command

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

Commits since the beginning

7c8ae77 Init