Appwrite¶
In this article
Information
Appwrite - is an open-source Backend-as-a-Service (BaaS) platform designed for building mobile and web applications. Appwrite provides a REST API for interacting with various services from the application code. Ready-made SDKs for popular programming languages are also available. The platform runs in the cloud or can be deployed on your own server.
Appwrite. Key Features¶
- Authentication: It provides various methods for users’ authentication, including email, social networks, phone, and more.
- Database: A user-friendly API for creating and managing databases. Both SQL and NoSQL databases are supported.
- File storage: It allows uploading and storing files, images, and other content. Caching and optimization mechanisms are available.
- Functions: The ability to run server-side functions in languages like Python, Node.js, Go, and more. It is useful for data processing, machine learning, and others.
- Webhooks: It allows configuring webhooks for various events, such as database changes.
- API and SDK: Appwrite provides a well-documented API and ready-made SDKs in different languages to simplify development.
- Convenient administration: A web interface and SDK for managing projects, users, security settings, and more.
Deployment Features¶
ID | Compatible OS | VM | BM | VGPU | GPU | Min CPU (Cores) | Min RAM (Gb) | Min HDD/SDD (Gb) | Active |
---|---|---|---|---|---|---|---|---|---|
38 | Ubuntu 22.04 | + | + | + | + | 1 | 2 | - | Yes |
Installed software:
- Docker CE;
- Docker Compose;
- Working directory of the container:
/opt/appwrite
; - Web console connection port:
80/443
(via Traefik). For example,https://appwrite<ID server>.hostkey.com/console/
; - Database: MariaDB 10.11 (port
3306
); - Cache: Redis 7.2.4 (port
6379
); - Reverse proxy: Traefik 2.11 and nginx-certbot.
- Docker containers:
appwrite
: main application container (imageappwrite/appwrite:1.5.10
);appwrite-mariadb
: MariaDB database container (imagemariadb:10.11
);appwrite-redis
: Redis cache container (imageredis:7.2.4-alpine
);appwrite-traefik
: reverse proxy container (imagetraefik:2.11
);nginx-nginx-1
: web server and SSL container (imagejonasal/nginx-certbot
);appwrite-assistant
: AI assistant container (imageappwrite/assistant:0.4.0
);openruntimes-executor
: function executor container (imageopenruntimes/executor:0.5.7
);- Worker containers:
appwrite-worker-*
for processing various tasks (databases, functions, webhooks, messaging, etc.).
- Main application files:
/opt/appwrite
; - Data and configuration are stored in Docker volumes:
appwrite_appwrite-*
; - Web server configuration:
/data/nginx/user_conf.d/appwrite<ID server>.hostkey.com.conf
.
Note
Unless otherwise specified, by default we install the latest release version of software from the developer's website or operating system repositories.
Getting started after deploying Appwrite¶
A notification will be sent to the e-mail specified during registration that the server is ready for work after paying for the order. It will contain the IP address of the VPS, as well as the login and password for the connection. Clients of our company manage the hardware in the server`s and API control panel — Invapi.
Authorization data is also located here:
- Link to access the Appwrite dashboard with a web interface: in the webpanel tag.
Note
Ready-made login credentials are not provided - each user must independently create their own account through the registration form.
After following the link, you need to create a new account:
-
Click the
Sign Upbutton in the bottom right corner of the login form: -
Fill out the registration form:
- Name - your name;
- Email - your email address;
- Password - come up with a secure password.
- Check the box agreeing to the terms of use.
- Click
Sign Up:
Initial Workspace Setup in Appwrite¶
Creating an Organization¶
- After logging in, you will see the Welcome to Appwrite screen.
- Fill out the form Create a new organization:
- Enter the name of the organization in the Name field;
- Click
Get started:
Managing Projects¶
Creating a Project¶
- On the main page of the organization, click
Create project; - In the opened window:
- Enter the name of the project in the Name field;
- Optionally edit the Project ID;
- Click
Create:
Configuring a Project¶
After creating a project, the Getting started page opens with options:
Add Platform:
Web- for web applications;Flutter- for Flutter applications;Apple- for iOS applications;Android- for Android applications.
Integrate with Server:
API key- for setting up an API key;Webhook- for configuring webhooks:
Managing Members¶
Inviting Members¶
- Go to the Members tab.
- Click
Invite - In the invitation form:
- Enter the member's email;
- Optionally enter a name;
- Click
Send invite:
Viewing Members¶
The Members tab displays a list of all members with information:
- Name and avatar;
- Email address;
- Status of two-factor authentication (2FA):
Organization Settings¶
- Go to the Settings tab.
- Here you can:
- Change the organization name and click
Update; - Delete the organization by clicking
Delete(irreversible action).
After successful registration, you will have access to the Appwrite control panel. For more information on the basic settings of Appwrite, see the documentation of the developers.
Ordering a server with Appwrite using the API¶
To install this software using the API, follow these instructions
Some of the content on this page was created or translated using AI.