opnform-host-nginx/docs/configuration/custom-domain.mdx

20 lines
580 B
Plaintext

---
title: Using your own domain
description: Setting up a custom domain for OpnForm
---
This page explains how to configure a custom domain for your OpnForm instance.
## Custom Domain Setup
To use a custom domain (or subdomain)with OpnForm:
1. Purchase a domain (if needed)
2. Configure DNS records to point to your OpnForm instance
3. Update OpnForm configuration:
- Set `APP_URL` in `.env`
- Set `NUXT_PUBLIC_APP_URL` and `NUXT_PUBLIC_API_BASE` in `client/.env`
4. Secure with SSL certificate
import CloudVersion from "/snippets/cloud-version.mdx";
<CloudVersion/>