Deplo

Glossary

Deplo's vocabulary, one line each - these definitions are also the spelling rules.

Deplo's vocabulary, one line each. Where two words could mean the same thing, Deplo picks one and uses only that one, so these definitions double as spelling rules. This is a lookup page: scan for the word you need, not a start-to-end read.

TermMeans
Active teamThe team you are currently looking at, chosen in the top bar. Every list is filtered by it.
AgentSee server agent. Never used on its own in the interface.
AlertSomething Deplo tells you about, delivered to a notification channel. Distinct from the Activity trail, which is looked up later.
API tokenA deplo_ bearer credential that is a principal with its own capabilities, capped by what its creator can still do.
AppThe deployable unit: a repository, image, archive or Compose file running as a Docker stack behind Traefik. Never called a service or a project.
App statusWhat the control plane last asked to happen: queued, building, active, error, stopping, idle. idle is the stopped state; error means the last deploy failed, not that the app is down.
BackupA schedule: what to copy, where, how often, how many to keep.
Backup destinationWhere artifacts go. An S3-compatible bucket, or a folder on a server.
Backup runOne execution of a schedule, producing one artifact.
Basic authUsername and password in front of every domain of an app. Set under Settings -> Access.
Bootstrap tokenThe single-use token that lets a new server enroll. Hashed at rest, valid about an hour.
Build serverA server that compiles images for hosts it does not run on.
CapabilityOne action a member may take. There are 44, and view is the always-on floor. Never called a permission, a scope or a grant.
Certificate providerWhere a domain's TLS certificate comes from: none, Let's Encrypt, Cloudflare, or one installed on the server.
Connected clientA web AI application that reached Deplo through the OAuth consent screen.
Control planeThe panel: the dashboard, the API, the database and the rendering. It never runs Docker.
Cron jobA command run on a schedule inside a container, tracked by the agent.
Deploy hookA per-app URL that triggers a deploy. Needs both the URL and a bearer token.
Deploy keyThe stack name a deploy targets, for example deplo-shop__staging.
DeploymentOne build and release, with its own logs, status and image.
DomainOne routing row, keyed on hostname plus path.
EnvironmentAn isolated deploy target inside a Project, with its own apps, branch and variables.
FolderA team-wide grouping with an owner, which nests and can be shared.
FrameworkWhat Deplo detected in your repository. Re-derived on every deploy, never stored.
Git connectionStored credentials for one git host, reused by every app deploying from it.
Instance adminA flag on an account that unlocks Servers, Users and the instance settings. Not a team capability.
Instance ownerThe tier above instance admin, immutable to every hand but its own.
MCP serverThe endpoint an AI agent connects to, exposing 76 tools that run against the same schema and the same gates a person gets.
MembershipA person's link to a team, carrying a role.
Migration sourceA server that hosts nothing, installed only to import from another platform. The one server Deplo uninstalls itself from.
PreviewSee pull request preview.
Preview overrideA variable that takes a different value in previews only.
Primary domainThe one hostname shown as an app's production URL. Exactly one per app.
Primary ownerThe founder of a team, immutable to every other hand and transferable only by them.
ProjectAn advanced folder that owns Environments. Never nests, and has no page of its own.
Pull request previewAn ephemeral stack for one open pull request, at a deterministic URL, destroyed when it closes.
Recovery keyThe private half of a backup destination's encryption key. One of only two secrets Deplo will show you.
Registration linkA single-use link that lets a new person create an account and their own team. Valid 24 hours.
RoleA named capability set owned by a team. Editing one rewrites its members' capabilities immediately.
RollbackRe-running a past deployment's exact image, with current configuration.
Secret variableA write-only, immutable environment value. There is no reveal path.
ServerA machine in the fleet. Instance-wide, never team-owned.
Server agentThe Go binary on each host, the only thing anywhere that runs Docker.
Server healthAn observation from the last handshake: provisioning, online, warning, error, offline. A cache, never a gate.
Server readinessA live, never-stored report on whether a host is complete enough to deploy to.
Shared variableA team-owned variable that apps opt into with a link. Scopes only suggest.
Storage-only serverA server that holds backups and runs nothing.
TeamAn isolated workspace owning apps, databases, domains, variables and people.
TemplateA catalogue entry Deplo turns into an app. A family of one or more variants.
VolumeDisk space Deplo creates and keeps for an app. One of three storage kinds, alongside File and Bind.

Words Deplo does not use

Not thisBecause
ServiceA Compose service is one container inside a stack. The deployable unit is an App.
Permission, scope, grantThe word is Capability.
Node, worker, daemonThe word is server agent, or "the owning server".
Current team, selected teamThe word is active team.
Stopped, as a stored valueThe stored value is idle. "Stopped" is only the label.
Container, group, workspace, for a ProjectA Project owns environments; those words do not carry that.

See also

Did this page help you?

On this page