docs: update all documentation and add AI tooling configs
- Rewrite README.md with current architecture, features and stack - Update docs/API.md with all current endpoints (corporate, BI, client 360) - Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL - Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente) - Add docs/INDEX.md documentation index - Add PROJETO.md comprehensive project reference - Add BI-CCC-Implementation-Guide.md - Include AI agent configs (.claude, .agents, .gemini, _bmad) - Add netbird VPN configuration - Add status report Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
76
netbird/default.json
Normal file
76
netbird/default.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"PrivateKey": "OHtf1P/CgAJVq22HP3rbIghnP5jAVsor7wJqiBsjLlc=",
|
||||
"PreSharedKey": "",
|
||||
"ManagementURL": {
|
||||
"Scheme": "https",
|
||||
"Opaque": "",
|
||||
"User": null,
|
||||
"Host": "netbird.cambioreal.com:443",
|
||||
"Path": "",
|
||||
"RawPath": "",
|
||||
"OmitHost": false,
|
||||
"ForceQuery": false,
|
||||
"RawQuery": "",
|
||||
"Fragment": "",
|
||||
"RawFragment": ""
|
||||
},
|
||||
"AdminURL": {
|
||||
"Scheme": "https",
|
||||
"Opaque": "",
|
||||
"User": null,
|
||||
"Host": "app.netbird.io:443",
|
||||
"Path": "",
|
||||
"RawPath": "",
|
||||
"OmitHost": false,
|
||||
"ForceQuery": false,
|
||||
"RawQuery": "",
|
||||
"Fragment": "",
|
||||
"RawFragment": ""
|
||||
},
|
||||
"WgIface": "wt0",
|
||||
"WgPort": 51820,
|
||||
"NetworkMonitor": null,
|
||||
"IFaceBlackList": [
|
||||
"wt0",
|
||||
"wt",
|
||||
"utun",
|
||||
"tun0",
|
||||
"zt",
|
||||
"ZeroTier",
|
||||
"wg",
|
||||
"ts",
|
||||
"Tailscale",
|
||||
"tailscale",
|
||||
"docker",
|
||||
"veth",
|
||||
"br-",
|
||||
"lo"
|
||||
],
|
||||
"DisableIPv6Discovery": false,
|
||||
"RosenpassEnabled": false,
|
||||
"RosenpassPermissive": false,
|
||||
"ServerSSHAllowed": false,
|
||||
"EnableSSHRoot": null,
|
||||
"EnableSSHSFTP": null,
|
||||
"EnableSSHLocalPortForwarding": null,
|
||||
"EnableSSHRemotePortForwarding": null,
|
||||
"DisableSSHAuth": null,
|
||||
"SSHJWTCacheTTL": null,
|
||||
"DisableClientRoutes": false,
|
||||
"DisableServerRoutes": false,
|
||||
"DisableDNS": false,
|
||||
"DisableFirewall": false,
|
||||
"BlockLANAccess": false,
|
||||
"BlockInbound": false,
|
||||
"DisableNotifications": true,
|
||||
"DNSLabels": null,
|
||||
"SSHKey": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEICLP1bwbJd9OTX/hd3c9sUQJLYv+p/EqRxUYhIRAto8K\n-----END PRIVATE KEY-----\n",
|
||||
"NATExternalIPs": null,
|
||||
"CustomDNSAddress": "",
|
||||
"DisableAutoConnect": false,
|
||||
"DNSRouteInterval": 60000000000,
|
||||
"ClientCertPath": "",
|
||||
"ClientCertKeyPath": "",
|
||||
"LazyConnectionEnabled": false,
|
||||
"MTU": 1280
|
||||
}
|
||||
Reference in New Issue
Block a user