n8n community nodes for VolcEngine services - ECS image management, task monitoring and more cloud automation
npm install n8n-nodes-volcengineThis is an n8n community node package that provides integration with VolcEngine services.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
1. Go to Settings > Community Nodes.
2. Select Install.
3. Enter n8n-nodes-volcengine in Enter npm package name.
4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
5. Select Install.
After installing the node, you can use it like any other node in n8n.
To get started install the package in your n8n root directory:
``bash`
npm install n8n-nodes-volcengine
For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:
`dockerfile`
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-volcengine
You need to create VolcEngine API credentials to use this package:
1. Log in to the VolcEngine Console
2. Go to Access Control > Access Keys
3. Create or obtain your AccessKeyId and SecretAccessKey
4. In n8n, create new credentials of type VolcEngine API
5. Enter your AccessKeyId, SecretAccessKey, and default Region
1. Add the VolcEngine ECS node to your workflow
2. Select Image as the resource
3. Select Copy as the operation
4. Configure the parameters:
- Source Image ID: The ID of the image to copy (e.g., image-abc123def456789)
- Destination Region: Target region for the copied image
- Target Image Name: Name for the new image
- Description (optional): Description for the new image
- Copy Image Tags (optional): Whether to copy source image tags
- Project Name (optional): Project name for the image
- εε2οΌεδΊ¬οΌ- cn-beijing
- εδΈ2οΌδΈζ΅·οΌ- cn-shanghai
- εε1οΌεΉΏε·οΌ- cn-guangzhou
- θ₯Ώε1οΌζι½οΌ- cn-chengdu
- εδΈ1οΌζε·οΌ- cn-hangzhou
- εδΈ3οΌεδΊ¬οΌ- cn-nanjing
- δΊε€ͺδΈε1οΌζ°ε ε‘οΌ- ap-singapore
- δΊε€ͺδΈε1οΌδΈδΊ¬οΌ- ap-tokyo
- ηΎε½δΈι¨1οΌεΌεε°ΌδΊοΌ- us-east-1
- ηΎε½θ₯Ώι¨2οΌδΏεεοΌ- us-west-2
For detailed API documentation, please refer to:
- VolcEngine ECS API Documentation
- VolcEngine API Authentication
- Node.js 18+
- npm or pnpm
- n8n development environment
`bashClone the repository
git clone https://github.com/caiwenhao/n8n-nodes-volcengine.git
cd n8n-nodes-volcengine
$3
`
n8n-nodes-volcengine/
βββ credentials/
β βββ VolcEngineApi.credentials.ts
βββ nodes/
β βββ VolcEngine/
β βββ types.ts
β βββ GenericFunctions.ts
β βββ volcengine.svg
β βββ ECS/
β βββ VolcEngineEcs.node.ts
β βββ ImageDescription.ts
β βββ VolcEngineEcs.node.json
β βββ ecs.svg
βββ dist/ # Compiled output
βββ package.json
βββ tsconfig.json
βββ README.md
``Contributions are welcome! Please feel free to submit a Pull Request.
1. Follow the existing code style
2. Add tests for new features
3. Update documentation as needed
4. Ensure all tests pass before submitting
- n8n Community Forum
- VolcEngine Documentation
- GitHub Issues
---
Note: This is a community-maintained package and is not officially supported by VolcEngine or n8n.io.