You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/advanced/self-hosting/sites/+page.markdoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: Harness the full power of self-hosted sites with Appwrite. Explore
11
11
Not all site runtimes are enabled by default. Enable the runtimes that you need and disable unused runtimes to save disk space on your server.
12
12
To enable a runtime, add it to the `_APP_SITES_RUNTIMES` environment variable as a comma-separated list.
13
13
14
-
The example below would enable Static, Node.js 22, and Flutter 3.29 runtimes.
14
+
The three runtimes currently available for Sites are the Static, Node.js 22, and Flutter 3.29 runtimes.
15
15
16
16
```bash
17
17
_APP_SITES_RUNTIMES=static-1,node-22,flutter-3.29
@@ -23,7 +23,8 @@ You can also configure the maximum timeout that can be set on individual Appwrit
23
23
24
24
# Add an apex domain for Sites {% #root-domain %}
25
25
26
-
Appwrite allows you to add an apex domain to your instance's configuration that you can publicly expose your Site on. To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
26
+
Appwrite allows you to add an apex domain to your instance's configuration that you can publicly expose your Site on.
27
+
To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
27
28
28
29
- `_APP_DOMAIN_TARGET_A`: Set this to the IPv4 address of your server.
29
30
- `_APP_DOMAIN_TARGET_AAAA`: Set this to the IPv6 address of your server.
0 commit comments