Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
# Appwrite
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Appwrite
|
|
connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Login to your Appwrite account: [https://appwrite.io/](https://appwrite.io/).
|
|
2. Go to your project's **Settings**.
|
|
3. In the Settings, click on the **View API Keys** button in **API credentials** section.
|
|
4. Click on the **Create API Key** button.
|
|
5. Fill the name field and select **Never** for the expiration date.
|
|
6. Click on the **Next** button.
|
|
7. Click on the **Select all** and then click on the **Create** button.
|
|
8. Now, copy your **API key secret** and paste the key into the **API Key** field in Automatisch.
|
|
9. Write any screen name to be displayed in Automatisch.
|
|
10. You can find your project ID next to your project name. Paste the id into **Project ID** field in Automatisch.
|
|
11. If you are using self-hosted Appwrite project, you can paste the instance url into **Appwrite instance URL** field in Automatisch.
|
|
12. Fill the host name field with the hostname of your instance URL. It's either `cloud.appwrite.io` or hostname of your instance URL.
|
|
13. Start using Appwrite integration with Automatisch!
|