feat: scaffold backend with FastAPI, config files, and health endpoint

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 08:04:13 +00:00
parent c393f76563
commit f1c20c0461
7 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
nodes:
- name: "Router Principal"
ip: "192.168.1.1"
username: "admin"
password: "admin"
icon: "router"
connections: []
- name: "Servidor Ejemplo"
ip: "192.168.1.10"
username: "root"
password: "password"
public_url: "https://ejemplo.com"
icon: "server"
connections: ["Router Principal"]
network_scan:
enabled: true
subnet: "192.168.1.0/24"
interval_minutes: 10