From 0c06d346326dbe557d21ce8769ed24c1a20b6999 Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Wed, 3 Sep 2025 19:32:44 -0500 Subject: [PATCH] fix(Docs): rephrase custom domains to custom domain --- .../instances/[instanceId]/domain/+page.svelte | 2 +- .../src/routes/(static)/docs/+layout.svelte | 2 +- .../src/routes/(static)/docs/accessing/+page.md | 2 +- .../docs/{custom-domains => custom-domain}/+page.md | 8 ++++---- .../2024-10-06-15-07-14.png | Bin .../src/routes/(static)/pricing/features.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename packages/dashboard/src/routes/(static)/docs/{custom-domains => custom-domain}/+page.md (91%) rename packages/dashboard/src/routes/(static)/docs/{custom-domains => custom-domain}/2024-10-06-15-07-14.png (100%) diff --git a/packages/dashboard/src/routes/(app)/instances/[instanceId]/domain/+page.svelte b/packages/dashboard/src/routes/(app)/instances/[instanceId]/domain/+page.svelte index 6c547665..8169af32 100644 --- a/packages/dashboard/src/routes/(app)/instances/[instanceId]/domain/+page.svelte +++ b/packages/dashboard/src/routes/(app)/instances/[instanceId]/domain/+page.svelte @@ -126,7 +126,7 @@
- Custom Domain (CNAME) + Custom Domain (CNAME)
Use a custom domain (CNAME) with your PocketHost instance.
{#if cname && regex.test(formCname.trim())} diff --git a/packages/dashboard/src/routes/(static)/docs/+layout.svelte b/packages/dashboard/src/routes/(static)/docs/+layout.svelte index 8323bac5..7de02bed 100644 --- a/packages/dashboard/src/routes/(static)/docs/+layout.svelte +++ b/packages/dashboard/src/routes/(static)/docs/+layout.svelte @@ -74,7 +74,7 @@ - + diff --git a/packages/dashboard/src/routes/(static)/docs/accessing/+page.md b/packages/dashboard/src/routes/(static)/docs/accessing/+page.md index 52c8d8cb..9e4abd77 100644 --- a/packages/dashboard/src/routes/(static)/docs/accessing/+page.md +++ b/packages/dashboard/src/routes/(static)/docs/accessing/+page.md @@ -10,6 +10,6 @@ Each PocketHost instance is assigned a permanent UUID, and a unique subdomain th > **Example:** I use PocketHost to run the backend for my web game, Harvest. I created a PocketHost instance and chose the subdomain `harvest`, making it accessible at `https://harvest.pockethost.io`. Since instances can be [renamed](/docs/rename-instance/), PocketHost also assigns a permanent UUID. In this case, the UUID is `mfsicdp6ia1zpiu`, so the instance is always accessible at `https://mfsicdp6ia1zpiu.pockethost.io`, regardless of subdomain changes. -Custom domains are supported at the Pro level, and we manage SSL certificates for you. Learn more about setting up custom domains [here](/docs/custom-domains). +Custom domains are supported at the Pro level, and we manage SSL certificates for you. Learn more about setting up custom domains [here](/docs/custom-domain). For direct file access, you can use [FTP access](/docs/ftp) to manage files like backups, uploads, and logs directly on your instance. diff --git a/packages/dashboard/src/routes/(static)/docs/custom-domains/+page.md b/packages/dashboard/src/routes/(static)/docs/custom-domain/+page.md similarity index 91% rename from packages/dashboard/src/routes/(static)/docs/custom-domains/+page.md rename to packages/dashboard/src/routes/(static)/docs/custom-domain/+page.md index ede1b157..22b15939 100644 --- a/packages/dashboard/src/routes/(static)/docs/custom-domains/+page.md +++ b/packages/dashboard/src/routes/(static)/docs/custom-domain/+page.md @@ -1,6 +1,6 @@ -# Custom Domains +# Custom Domain -PocketHost instances can use custom domains instead of the default `*.pockethost.io` subdomain. There are no limits on the number of domains you can add to an instance. +PocketHost instances can use a custom domain instead of the default `*.pockethost.io` subdomain. ## How It Works @@ -25,7 +25,7 @@ Create a CNAME record with your DNS provider: 1. Navigate to your instance in the PocketHost Dashboard 2. Go to the **Settings** tab -3. Add your custom domain in the custom domains section +3. Add your custom domain in the custom domain section 4. PocketHost will automatically begin verification ### Step 3: Verification @@ -34,7 +34,7 @@ PocketHost uses Cloudflare's HTTP verification system to confirm domain ownershi You can check the status anytime in your dashboard or click the refresh button to manually trigger a verification check. -## Static Files and Custom Domains +## Static Files and Custom Domain All static files in your instance's `pb_public` directory will be served through your custom domain over HTTPS, making it perfect for static sites and assets. diff --git a/packages/dashboard/src/routes/(static)/docs/custom-domains/2024-10-06-15-07-14.png b/packages/dashboard/src/routes/(static)/docs/custom-domain/2024-10-06-15-07-14.png similarity index 100% rename from packages/dashboard/src/routes/(static)/docs/custom-domains/2024-10-06-15-07-14.png rename to packages/dashboard/src/routes/(static)/docs/custom-domain/2024-10-06-15-07-14.png diff --git a/packages/dashboard/src/routes/(static)/pricing/features.ts b/packages/dashboard/src/routes/(static)/pricing/features.ts index c2b56ebf..86678657 100644 --- a/packages/dashboard/src/routes/(static)/pricing/features.ts +++ b/packages/dashboard/src/routes/(static)/pricing/features.ts @@ -44,7 +44,7 @@ export const features = [ description: `Access to private support channels on Discord.`, }, { - title: 'Custom Domains', + title: 'Custom Domain', description: 'Seamless custom domain integration for your PocketHost instances.', }, {