-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add project-v docs #1867
base: main
Are you sure you want to change the base?
Add project-v docs #1867
Conversation
| Variable | Description | Available at Build and/or Run Time | | ||
| --- | --- | --- | | ||
| `APPWRITE_SITE_API_ENDPOINT` | The API endpoint of the running site | Both | | ||
| `APPWRITE_VERSION` | The Appwrite version used to run the site | Both | | ||
| `APPWRITE_REGION` | The region where the site will run from | Both | | ||
| `APPWRITE_SITE_API_KEY` | The site API key is used for server authentication | Build time | | ||
| `APPWRITE_SITE_ID` | The ID of the running site. | Both | | ||
| `APPWRITE_SITE_NAME` | The name of the running site. | Both | | ||
| `APPWRITE_SITE_DEPLOYMENT` | The deployment ID of the running sites. | Both | | ||
| `APPWRITE_SITE_PROJECT_ID` | The project ID of the running site. | Both | | ||
| `APPWRITE_SITE_FRAMEWORK_NAME` | The framework of the running site. | Both | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Meldiron need to confirm this list
The preview deployment failed. 🔴 Last updated at: 2025-04-07 20:35:39 CET |
The domain usually has this format. | ||
|
||
```bash | ||
https://64d4d22db370ae41a32e.sites.appwrite.global |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirm with CHristy, I think all domains will become .network
on sites.
For functions, .network will also be available, but I think they will also support .run, for region-specific run. Check that with christy too; we may want that rework as separate PR, but for Sites, let's have new docs accurate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will check on this
Co-authored-by: Khushboo Verma <[email protected]>
Co-authored-by: Khushboo Verma <[email protected]>
Co-authored-by: Khushboo Verma <[email protected]>
What does this PR do?
Adds project-v docs
Pending work:
Test Plan
pnpm i && pnpm run dev
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes