The Domains page manages two things:
- Your custom domains (e.g.
mysite.com) that you add and verify. - Automatic subdomains generated for your projects.
Registering a custom domain
- Open Domains → Add Custom Domain.
- Enter your domain (e.g.
mysite.com). - Paylood shows the DNS record to create at your registrar.
- Click Verify once the DNS has propagated.
Capture à venir
en/domains-overview
Cette capture illustrera la vue correspondante. Elle est générée automatiquement par le pipeline Playwright.
The domain status goes from pending_verification to verified, or failed if verification fails.
Verification checks that the domain points to your server. Once verified, the domain can be attached to your projects.
Automatic subdomains
Projects without a custom domain receive an automatic subdomain *.paylood.app, managed by Caddy (on-demand TLS). The Subdomain routes table lists all active routes, generated as deployments happen.
Tip
An automatic subdomain is available immediately after the first deployment — perfect for testing without touching DNS.
Attaching a domain to a project
- Open the project → Settings tab (or the Domain wizard step).
- Choose the domain and the desired subdomain.
- Save then redeploy to apply the new route.
Deleting a domain
From the list, click Delete. Projects using it fall back to their automatic subdomain on the next deployment.
Going further
- DNS configuration — records and propagation.
- SSL — automatic and custom certificates.