
Security News
Package Maintainers Call for Improvements to GitHubβs New npm Security Plan
Maintainers back GitHubβs npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
n8n-nodes-ovh
Advanced tools
Comprehensive n8n nodes for OVH API integration - Developed by Ascenzia, experts in AI agent creation
Comprehensive OVH integration for n8n workflow automation
π Production Ready - 8 active nodes with 450+ operations
Developed by Ascenzia
This n8n community node provides comprehensive integration with OVH's suite of cloud services, enabling powerful automation workflows for European cloud infrastructure.
Service | Description | Key Operations |
---|---|---|
AI | Machine Learning & AI services | Applications, Training Jobs, Notebooks |
Account | Account & billing management | Profile, Billing, Contacts, API Keys |
Dedicated Server | Bare metal infrastructure | Server management, OS installation, Networking |
Domain | Domain & DNS management | Domains, DNS Records (CRUD), Nameservers |
Hosted Private Cloud | VMware Private Cloud | Datacenters, Hosts, Storage, Networks |
Kubernetes | Managed Kubernetes service | Clusters, Node Pools, IP Restrictions |
Order (Beta) | Order & cart management | Carts, Items, Coupons, Checkout |
Private Network | vRack private networking | IP Blocks, Service Integration, Tasks |
Region | Endpoint | Description |
---|---|---|
Europe | eu.api.ovh.com | European operations |
Canada | ca.api.ovh.com | North American operations |
US | api.us.ovhcloud.com | US operations |
So you Start | eu.api.soyoustart.com | Budget dedicated servers |
Kimsufi | eu.api.kimsufi.com | Entry-level servers |
n8n-nodes-ovh
# Install in your n8n root directory
npm install n8n-nodes-ovh
# Add to your n8n Dockerfile
RUN cd /data && npm install n8n-nodes-ovh
Create OVH API Credentials
Configure in n8n
# Account Management
GET /me*
PUT /me*
POST /me*
DELETE /me*
# Domain Services
GET /domain*
PUT /domain*
POST /domain*
DELETE /domain*
# Dedicated Server
GET /dedicated/server*
PUT /dedicated/server*
POST /dedicated/server*
DELETE /dedicated/server*
# AI Services
GET /cloud/project/*/ai*
PUT /cloud/project/*/ai*
POST /cloud/project/*/ai*
DELETE /cloud/project/*/ai*
# Kubernetes
GET /cloud/project/*/kube*
PUT /cloud/project/*/kube*
POST /cloud/project/*/kube*
DELETE /cloud/project/*/kube*
# Hosted Private Cloud
GET /dedicatedCloud*
PUT /dedicatedCloud*
POST /dedicatedCloud*
DELETE /dedicatedCloud*
# Private Network (vRack)
GET /vrack*
PUT /vrack*
POST /vrack*
DELETE /vrack*
{
"nodes": [
{
"name": "OVH Domain",
"type": "n8n-nodes-ovh.ovhDomain",
"parameters": {
"resource": "dnsRecord",
"operation": "create",
"domain": "example.com",
"recordType": "A",
"subDomain": "www",
"target": "192.168.1.100",
"ttl": 3600
}
}
]
}
{
"nodes": [
{
"name": "OVH AI",
"type": "n8n-nodes-ovh.ovhAi",
"parameters": {
"resource": "app",
"operation": "create",
"projectId": "your-project-id",
"name": "my-ai-app",
"image": "tensorflow/tensorflow:latest",
"region": "GRA"
}
}
]
}
Node | Resource Types | Use Cases |
---|---|---|
OVH AI | Apps, Jobs, Notebooks | ML model training, AI app deployment |
OVH Account | Profile, Bills, Contacts | Account automation, billing workflows |
OVH Dedicated Server | Servers, Network, Security | Infrastructure provisioning, monitoring |
OVH Domain | Domains, DNS, Nameservers | Domain management, DNS automation |
OVH Hosted Private Cloud | VMware infrastructure | Private cloud orchestration |
OVH Kubernetes | Clusters, Nodes, Security | Container orchestration |
OVH Order (Beta) | Carts, Coupons, Checkout | Order automation, cart management |
OVH Private Network | vRack, Services, IP blocks | Network isolation, service integration |
Additional nodes are implemented but not yet activated:
For enterprise support and custom development:
MIT License - see LICENSE file for details.
Developed with β€οΈ by Ascenzia - Your trusted partner for AI automation and workflow solutions.
FAQs
Comprehensive n8n nodes for OVH API integration - Developed by Ascenzia, experts in AI agent creation
The npm package n8n-nodes-ovh receives a total of 279 weekly downloads. As such, n8n-nodes-ovh popularity was classified as not popular.
We found that n8n-nodes-ovh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHubβs npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.