Skip to content

Commit

Permalink
update docs (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
brody192 authored Dec 12, 2024
1 parent 083562a commit f03806b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/docs/guides/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The current template variable functions are:

1. `secret(length?: number, alphabet?: string)`: Generates a random secret (32 chars by default).

**Tip:**You can generate Hex or Base64 secrets by constructing the appropriate alphabet and length.
**Tip:** You can generate Hex or Base64 secrets by constructing the appropriate alphabet and length.

- `openssl rand -base64 16``${{secret(22, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/")}}==`
- `openssl rand -base64 32``${{secret(43, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/")}}=`
Expand Down
8 changes: 1 addition & 7 deletions src/docs/guides/public-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,7 @@ If you have a wildcard domain on Cloudflare, you must:

- Turn off Cloudflare proxying is on the `_acme-challenge` record (disable the orange cloud)

- Disable Cloudflare's [Universal SSL](https://developers.cloudflare.com/ssl/edge-certificates/universal-ssl/disable-universal-ssl/)

<Image
src="https://res.cloudinary.com/railway/image/upload/v1709065556/docs/cf-disable-uni-ssl_rc0zje.png"
alt="Screenshot of Disabling Cloudflare Universal SSL"
layout="responsive"
width={855} height={342} quality={80} />
- Enable Cloudflare's [Universal SSL](https://developers.cloudflare.com/ssl/edge-certificates/universal-ssl/enable-universal-ssl/)

## Target Ports

Expand Down

0 comments on commit f03806b

Please sign in to comment.