shell-mirror
Version:
Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.
35 lines • 1.08 kB
JSON
{
"version": "1.0.0",
"lastUpdated": "2024-12-30T00:00:00Z",
"users": {
"your-email@gmail.com": {
"role": "admin",
"permissions": ["terminal", "admin", "logs"],
"allowedCommands": "*",
"maxSessions": 3,
"addedDate": "2024-12-30T00:00:00Z",
"lastAccess": null,
"active": true
}
},
"roles": {
"admin": {
"description": "Full access to terminal and admin functions",
"permissions": ["terminal", "admin", "logs", "user-management"],
"allowedCommands": "*",
"maxSessions": 5
},
"user": {
"description": "Standard terminal access with command restrictions",
"permissions": ["terminal"],
"allowedCommands": ["ls", "pwd", "whoami", "echo", "cat", "grep", "find", "ps", "df", "du", "uname", "date", "which"],
"maxSessions": 2
},
"guest": {
"description": "Limited read-only terminal access",
"permissions": ["terminal"],
"allowedCommands": ["ls", "pwd", "whoami", "echo", "cat", "uname", "date", "which"],
"maxSessions": 1
}
}
}