Security

Security at Muerte Cloud

How the platform protects your traffic, your data and your account — and which parts stay your responsibility.

Shared responsibility

Muerte Cloud handles
  • Physical and network security of the underlying infrastructure
  • TLS termination and certificate issuance for your domains
  • Edge filtering of volumetric and application-layer attacks
  • Isolation between services running on shared hosts
  • Backup scheduling, storage and restore tooling
  • Patching the build and runtime images we provide
You handle
  • Application code, dependencies and their vulnerabilities
  • Authentication and authorization inside your app
  • Keeping secrets in environment variables, not in the repository
  • Access to your Git provider and your Muerte Cloud account
  • Verifying that your backups restore the data you need
  • Data you choose to collect and how long you keep it

How it works

Network and TLS
  • All external traffic is served over HTTPS; certificates are issued and renewed automatically.
  • Apex domains, subdomains and wildcards are supported, including proxied setups.
  • Private services are reachable only from inside your project network, never from the public internet.
Custom Domains
DDoS protection
  • Volumetric attacks are absorbed upstream, before traffic reaches your container.
  • Application-layer filtering is enabled for every public service by default — nothing to configure.
  • You can add rate limiting and caching in your own application on top of that.
DDoS protection
Isolation and runtime
  • Every service runs in its own container with its own filesystem and process namespace.
  • Builds run separately from the running service; a failed build never replaces a healthy one.
  • Containers receive SIGTERM and a drain window on redeploy, so in-flight work finishes cleanly.
How deploys work
Secrets and variables
  • Environment variables and secret files are stored outside your repository and injected at deploy time.
  • Secret values are write-oriented in the panel: they are set and replaced, not browsed as plain text lists.
  • Environment groups let several services share one set of values without copy-pasting.
Environment variables
Data and backups
  • Volumes and managed databases can be backed up on a schedule or manually at any time.
  • Backups are stored separately from the service that produced them and can be restored to a chosen copy.
  • Retention depth is configurable per schedule, so you decide how far back you can go.
Backups
Operations and visibility
  • Build and runtime logs, resource metrics and health checks are available per service.
  • Deploy, service and billing events raise notifications so failures are not silent.
  • Destructive actions in the panel require explicit confirmation, including when triggered by an AI agent.
Notifications

Subprocessors

The infrastructure vendors we rely on to run the platform. The list is updated whenever it changes.

CompanyPurposeLocationAdditional details
CloudflareContent Delivery NetworkGlobal (incl. EEA)www.cloudflare.com/trust-hub
CloudflareDDoS protectionGlobalwww.cloudflare.com/ddos
GcoreDDoS protectionGlobal (EU-operated)gcore.com/ddos-protection
SelectelContent Delivery NetworkRussiaselectel.ru/services/additional/cdn
SelectelHosting / Cloud PlatformRussiaselectel.ru/services/cloud
SelectelCloud StorageRussiaselectel.ru/services/cloud/storage
TimewebCloud StorageRussiatimeweb.cloud/services/object-storage
UnisenderEmail processingRussiawww.unisender.com

Reporting a vulnerability

If you believe you have found a security issue, email [email protected] with the details. We read every report and reply to the ones that include enough information to reproduce the problem.

  • Describe the affected URL or service and the exact steps to reproduce.
  • Do not run load or denial-of-service tests against production.
  • Do not access, modify or exfiltrate data that does not belong to you.
  • Give us reasonable time to fix the issue before publishing details.