Commit ·
9191587
1
Parent(s): 6104a7e
Config: Remove unwanted nodes, keep only VM Space and Local
Browse files- orchestrator-config.yml +0 -45
orchestrator-config.yml
CHANGED
|
@@ -9,51 +9,6 @@ audit:
|
|
| 9 |
max_entries: 50000
|
| 10 |
path: logs/audit.log
|
| 11 |
nodes:
|
| 12 |
-
- display_name: MacBook Pro (Local)
|
| 13 |
-
node_id: macbook-local
|
| 14 |
-
priority: 50
|
| 15 |
-
root_dir: /home/user/nacc-workspace
|
| 16 |
-
tags:
|
| 17 |
-
- development
|
| 18 |
-
- local
|
| 19 |
-
- macos
|
| 20 |
-
transport: local
|
| 21 |
-
weight: 1.5
|
| 22 |
-
- allowed_commands:
|
| 23 |
-
- ls
|
| 24 |
-
- cat
|
| 25 |
-
- pwd
|
| 26 |
-
- echo
|
| 27 |
-
- mkdir
|
| 28 |
-
- touch
|
| 29 |
-
- nmap
|
| 30 |
-
- netcat
|
| 31 |
-
- curl
|
| 32 |
-
- wget
|
| 33 |
-
- ssh
|
| 34 |
-
- python3
|
| 35 |
-
- bash
|
| 36 |
-
- nc
|
| 37 |
-
- ping
|
| 38 |
-
auth_token: nacc-secure-token-2024
|
| 39 |
-
base_url: http://192.168.64.2:8765
|
| 40 |
-
display_name: Kali Linux VM
|
| 41 |
-
node_id: kali-vm
|
| 42 |
-
priority: 100
|
| 43 |
-
tags:
|
| 44 |
-
- security
|
| 45 |
-
- linux
|
| 46 |
-
- remote
|
| 47 |
-
- pentesting
|
| 48 |
-
transport: http
|
| 49 |
-
weight: 1.0
|
| 50 |
-
- base_url: http://127.0.0.1:8765/
|
| 51 |
-
display_name: Node-697444
|
| 52 |
-
node_id: ff8ee336-a8f4-476a-8507-e8ab0df92d49
|
| 53 |
-
tags:
|
| 54 |
-
- dynamic
|
| 55 |
-
- unknown
|
| 56 |
-
transport: http
|
| 57 |
- base_url: https://mcp-1st-birthday-nacc-vm.hf.space
|
| 58 |
display_name: HuggingFace VM Space
|
| 59 |
node_id: vm-node-01
|
|
|
|
| 9 |
max_entries: 50000
|
| 10 |
path: logs/audit.log
|
| 11 |
nodes:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- base_url: https://mcp-1st-birthday-nacc-vm.hf.space
|
| 13 |
display_name: HuggingFace VM Space
|
| 14 |
node_id: vm-node-01
|