n8n-nodes-appwriteapi
v1.0.7
Published
An updated N8N module for Appwrite's API, includes operations for documents, functions, and storage. Based (very loosely, I rewrote everything) on n8n-nodes-appwrite.
Downloads
22
Maintainers
Readme
n8n-nodes-appwrite
How to install
For most, you'll install by simply going to your n8n instance, Settings -> Community Nodes, and then add
this package name n8n-nodes-appwrite-1.4.x
To get started install the package in your n8n root directory with
npm install n8n-nodes-appwrite-1.4.x
For docker add the following line before the font installation command in your n8n Docker file
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-appwrite
For existing N8N Installations simply go to Settings -> Community Packages and input n8n-appwrite