Refactor MVK documentation

templates; streamline navigation, add new guides, and enhance clarity in prerequisites, configuration, and run instructions for Gcloud setups.
This commit is contained in:
jon brookes 2025-10-21 15:53:12 +01:00
parent cce1c1aa7a
commit 8ff2f6dc12
11 changed files with 187 additions and 42 deletions

View file

@ -3,5 +3,11 @@ title: Configure
description: A guide to creating a single Gcloud MVK node.
---
### 2. CONFIGURE
```bash
[ -f .env ] || cp -v .env.gcloud-example .env
# edit to include
export PROJECT_NAME="the name of your gcp project, often referred to as the project"
export EMAIL="your email address to identify yourself with letsencrypt"
export APP_DOMAIN_NAME="your domain name for the app, e.g., frgdr.some-domain.com"
export INSTALL_FORGEJO="true"
```