Templates
Self-host Appsmith with Unbind
Deploy Appsmith on your own servers with Unbind. Build admin panels, internal tools and dashboards on top of your own data.
Appsmith is an open-source builder for admin panels, internal tools and dashboards. You drag widgets onto a page and connect them to your databases and APIs.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| Appsmith | appsmith/appsmith-ee:v2.3.1 |
Plan for at least 2 CPU cores and 4 GB of memory.
Everything Appsmith stores is kept on a volume mounted at /appsmith-stacks, so it survives redeploys.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the Appsmith instance. | |
| Storage Size | Size of the storage for the Appsmith data. | 1 GB |
After it deploys
Open your domain. Appsmith asks you to create the first account, and that account becomes the admin.
Good to know
- Email is off:
APPSMITH_MAIL_ENABLEDis set tofalse. To send invites and password resets, add your SMTP settings to the service variables and redeploy. The Appsmith email docs list them.