Hosting

Servers, mail, domains and deployments. What is live lives in Git.

Decide how and where your applications should run

Server setups

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

  • Docker
  • Databases
  • Reverse proxy
  • SSL
  • Backups
  • Firewall
  • Coming soon Kubernetes
  • Coming soon Monitoring

What's live is in Git

Environments, configuration, and deployments stay traceable through Git.

configurations/prod/versions.yaml
application:
  backend_configuration:
    image_tag: 0.26.8-98
  frontend_configurations:
    customer-frontend:
      image_tag: 0.15.6-80
    admin-app:
      image_tag: 0.12.1-42
  • Customer app
  • Admin app
  • Backend

Cloud servers

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

Docs
  • HetznerCX22 · Falkenstein
  • HostingerKVM 2 · Germany
  • Create newfrom the assistant

Managed server

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

Docs

Domains and DNS

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

Docs
app.acme.com A 49.13.12.80 ok
www.acme.com CNAME app.acme.com ok
api.acme.com A 49.13.12.80 check

Web space via FTP/SFTP

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

Docs

Kubernetes cluster

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

Docs

Docker Apps from the catalog

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

Docs
  • 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 a first project?

Account, wizard, repos. The platform sets up the rest.

Get started