Guides
Custom domains
Custom domain support is planned for Nethera endpoints.
Custom domains are planned. The current default endpoint model is a Nethera-managed HTTPS hostname for each public service.
For now, deploy an endpoint with:
nethera.yml
services: web: image: ghcr.io/acme/app:latest nethera: public: 3000 auth: loginNethera returns a public HTTPS URL after deploy.
Planned model
Custom domain support is expected to include:
- adding a hostname to an endpoint;
- DNS verification;
- TLS certificate management;
- auth behaviour that matches the endpoint's
authmode.
Do not rely on custom-domain auth behaviour until the feature is documented as supported.