Hosting

What is live is traceable in Git.

Decide how and where your applications should run

Hosting

Server setups

Servers start with baseline configuration, access paths, and deployment wiring.

Docker
Databases
Reverse proxy
SSL
Backups
Firewall
KubernetesComing soon
MonitoringComing soon

Hosting

Email setup

SMTP and sender are part of the project from day one.

Email setup

Hosting

What's live is in Git

Environments, configuration, and deployments stay traceable through Git.

gitops-configuration
devdev.acme.delive
prodacme.deready

Hosting

Cloud servers

Servers in your Hetzner or Hostinger account, created and set up by the platform.

HetznerCX22 · Falkenstein
HostingerKVM 2 · Germany
Create newfrom the assistant

Hosting

Managed server

A machine from the platform, billed through your subscription, no cloud account of your own.

acme-prod

Through the plan · no cloud account

vCPU4
RAM8 GB
Backupon

Hosting

Domains and DNS

The required records are derived and checked continuously; with Cloudflare the platform sets them itself.

app.acme.comA49.13.12.80
www.acme.comCNAMEapp.acme.com
api.acme.comA49.13.12.80

Hosting

Web space via FTP/SFTP

Pure homepages go to existing shared hosting, no Docker server needed.

ftp://ftp.acme.de/public_html

▸ public_html

index.html

▸ assets/

Hosting

Kubernetes cluster

Store access to your own cluster; rolling apps onto it is the next step.

Connections

Cluster access

kubeconfig.yaml

stored encrypted

saved
Organization

once for every project

ok
Deploy

next step

soon

Hosting

Docker Apps from the catalog

Ready-made software with a domain and HTTPS on your server, without a project of your own.

WordPressBlog and CMS
GhostNewsletters and blogs
NextcloudFiles and collaboration
BookStackWiki
PenpotDesign
n8nAutomations
Uptime KumaAvailability
GrafanaDashboards
UmamiWeb analytics
VaultwardenPassword vault
GiteaGit hosting
Stirling PDFPDF tools
MinecraftJava server

Create the first project

Start free. Repos, pipeline and hosting come with the project.

Create a project