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-token01
An Alpine host with rootless App containers
02
Administration, live host data and typed operations
03