Skip to content

Domains & SSL

Piora includes Traefik reverse proxy, which automatically manages domain routing and SSL certificates. You can easily configure custom domains for each application and automatically obtain free Let’s Encrypt SSL certificates.

When you set up a domain for an application, Piora will:

  1. Add routing rules in Traefik
  2. Automatically request an SSL certificate from Let’s Encrypt
  3. Configure HTTP to HTTPS automatic redirection
  4. Auto-renew certificates before expiration

Each application is automatically assigned a subdomain when created, in the format:

your-app-name.your-server-ip.sslip.io

This subdomain is immediately available and suitable for development and testing.

You can set up custom domains for your applications (e.g., myapp.com or app.mycompany.com), which requires configuring the appropriate DNS records with your DNS provider.

When using custom domains, you need to add the following records at your DNS provider:

TypeNameValueDescription
A@Your VPS IPRoot domain
AwwwYour VPS IPwww subdomain
AappYour VPS IPSubdomain
CNAME*@Wildcard (optional)