diff --git a/app/views/docs/configuration.phtml b/app/views/docs/configuration.phtml index d9c1817d..786a035f 100644 --- a/app/views/docs/configuration.phtml +++ b/app/views/docs/configuration.phtml @@ -44,14 +44,18 @@ - http://[HOSTNAME_OR_IP]/v1/vcs/github/callback + https://[HOSTNAME_OR_IP]/v1/vcs/github/callback - http://[HOSTNAME_OR_IP]/v1/account/sessions/oauth2/callback/github/console + https://[HOSTNAME_OR_IP]/v1/account/sessions/oauth2/callback/github/console +

+ Also, check the Request user authentication (OAuth) during installation box. +

+

Post Installation

Check the Redirect on update box under the Post installation section. @@ -168,6 +172,32 @@ + + _APP_DOMAIN + + Your main Appwrite domain used to access the Appwrite Console. + When setting a public suffix domain, Appwrite will attempt to issue a valid SSL certificate automatically. + When used with a dev domain, Appwrite will assign a self-signed SSL certificate. + If you're using a proxy for localhost development, such as ngrok, this will be the domain of your localhost proxy. + + + + _APP_DOMAIN_TARGET + + A hostname to serve as a CNAME target for your Appwrite custom domains. + You can use the same value as used for the Appwrite _APP_DOMAIN variable. + If you're using a proxy for localhost development, such as ngrok, this will be the domain of your localhost proxy, such as dd65-2405-201-4013-d8d7-b4c5-fb73-39f9-285c.ngrok.io. + + + + _APP_DOMAIN_FUNCTIONS + + This will be used for system generated Function Domains. + When a function domain is generated, it will be [UNIQUE_ID].[_APP_DOMAIN_FUNCTIONS]. + If _APP_DOMAIN_FUNCTIONS is set to example.com for example, the generated domain for functions will be something like 64d4d22db370ae41a32e.example.com. + You can use the same value as used for the Appwrite _APP_DOMAIN variable. + + _APP_VCS_GITHUB_APP_NAME Name of your GitHub app. This is the display name you'll see on GitHub and it will be visible in your GitHub app's URL.