Files
Dashboard-CAS/backend/config/services.yaml
I. Alcaraz Salazar db4ad36030 config: update YAMLs with real Odoo and network data
Configure Odoo connection to CAS database at 192.168.10.188:8069,
add Firewall OPNsense, Router Telmex, and Servidor Odoo to topology,
set network scan to 192.168.10.0/24 subnet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:55:03 +00:00

30 lines
668 B
YAML

nodes:
- name: "Firewall OPNsense"
ip: "192.168.10.1"
username: "root"
password: "opnsense"
public_url: "https://192.168.10.1:8443"
icon: "firewall"
connections: []
- name: "Router Telmex"
ip: "192.168.1.254"
username: "TELMEX"
password: ""
public_url: "http://192.168.1.254"
icon: "router"
connections: ["Firewall OPNsense"]
- name: "Servidor Odoo"
ip: "192.168.10.188"
username: "root"
password: "Aasi940812"
public_url: "https://crm.consultoria-as.com"
icon: "server"
connections: ["Firewall OPNsense"]
network_scan:
enabled: true
subnet: "192.168.10.0/24"
interval_minutes: 10