ajo

04 / The host

Ajo Server

Deploy, run and operate your applications on your own host.

An Alpine Linux host image brings together nginx, TLS, rootless Podman and an administration App. Deploy a named application version from your project, observe its result and keep the previous image available for rollback.

Terminal
# In an App with a compiled artifact and Containerfile:
pnpm add -D ajo-kit-server@0.1.1

pnpm exec kit deploy https://panel.example.com \
  --token /private/deployment-token
01

An Alpine host with rootless App containers

02

Administration, live host data and typed operations

03

App-scoped token or SSH deployment

Part of the whole

Keep App configuration and credentials on the host. Source, build tools and the production runtime each have a clear job.

Explore the platform