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>
This commit is contained in:
@@ -1,20 +1,29 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- name: "Router Principal"
|
- name: "Firewall OPNsense"
|
||||||
ip: "192.168.1.1"
|
ip: "192.168.10.1"
|
||||||
username: "admin"
|
username: "root"
|
||||||
password: "admin"
|
password: "opnsense"
|
||||||
icon: "router"
|
public_url: "https://192.168.10.1:8443"
|
||||||
|
icon: "firewall"
|
||||||
connections: []
|
connections: []
|
||||||
|
|
||||||
- name: "Servidor Ejemplo"
|
- name: "Router Telmex"
|
||||||
ip: "192.168.1.10"
|
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"
|
username: "root"
|
||||||
password: "password"
|
password: "Aasi940812"
|
||||||
public_url: "https://ejemplo.com"
|
public_url: "https://crm.consultoria-as.com"
|
||||||
icon: "server"
|
icon: "server"
|
||||||
connections: ["Router Principal"]
|
connections: ["Firewall OPNsense"]
|
||||||
|
|
||||||
network_scan:
|
network_scan:
|
||||||
enabled: true
|
enabled: true
|
||||||
subnet: "192.168.1.0/24"
|
subnet: "192.168.10.0/24"
|
||||||
interval_minutes: 10
|
interval_minutes: 10
|
||||||
|
|||||||
@@ -5,10 +5,10 @@ display:
|
|||||||
theme: "dark"
|
theme: "dark"
|
||||||
|
|
||||||
odoo:
|
odoo:
|
||||||
url: "http://localhost:8069"
|
url: "http://192.168.10.188:8069"
|
||||||
database: "odoo"
|
database: "cas"
|
||||||
username: "admin"
|
username: "ialcarazsalazar@consultoria-as.com"
|
||||||
password: "admin"
|
password: "Aasi940812"
|
||||||
|
|
||||||
refresh:
|
refresh:
|
||||||
odoo_minutes: 5
|
odoo_minutes: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user