-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfleet.json
More file actions
49 lines (49 loc) · 1.54 KB
/
Copy pathfleet.json
File metadata and controls
49 lines (49 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"ssh_options": [
"-F",
"/dev/null",
"-o",
"ConnectTimeout=10",
"-o",
"BatchMode=yes"
],
"machines": [
{
"name": "macbook",
"kind": "auto",
"host": "vlads-macbook-pro.tail5a1162.ts.net",
"local_hostnames": [
"Vlads-MacBook-Pro.local",
"Vlads-MacBook-Pro"
],
"claude_projects": "/Users/blackthorne/.claude/projects",
"hermes_sessions": "/Users/blackthorne/.hermes/sessions",
"hermes_db": "/Users/blackthorne/.hermes/state.db",
"codex_home": "/Users/blackthorne/.codex",
"collector_root": "/Users/blackthorne/Work/automation-clockify-sync",
"enabled": true
},
{
"name": "omarchy-precision",
"kind": "auto",
"host": "omarchy-precision.tail5a1162.ts.net",
"claude_projects": "/home/blackthorne/.claude/projects",
"hermes_sessions": "/home/blackthorne/.hermes/sessions",
"hermes_db": "/home/blackthorne/.hermes/state.db",
"codex_home": "/home/blackthorne/.codex",
"collector_root": "/home/blackthorne/Work/automation-clockify-sync",
"enabled": true
},
{
"name": "omarchy-desktop",
"kind": "auto",
"host": "omarchy-desktop.tail5a1162.ts.net",
"claude_projects": "/home/blackthorne/.claude/projects",
"hermes_sessions": "/home/blackthorne/.hermes/sessions",
"hermes_db": "/home/blackthorne/.hermes/state.db",
"codex_home": "/home/blackthorne/.codex",
"collector_root": "/home/blackthorne/Work/automation-clockify-sync",
"enabled": true
}
]
}