32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"users": {
|
|
"mike": {
|
|
"full_name": "Mike Swanson",
|
|
"email": "mike@azcomputerguru.com",
|
|
"role": "admin",
|
|
"title": "President",
|
|
"known_machines": ["DESKTOP-0O8A1RL", "Mikes-MacBook-Air"],
|
|
"git_name": "Mike Swanson",
|
|
"git_email": "mike@azcomputerguru.com",
|
|
"notes": "Owner. Full access to everything."
|
|
},
|
|
"howard": {
|
|
"full_name": "Howard Enos",
|
|
"email": "howard@azcomputerguru.com",
|
|
"role": "tech",
|
|
"title": "Technician",
|
|
"known_machines": ["ACG-TECH03L"],
|
|
"git_name": "Howard Enos",
|
|
"git_email": "howard@azcomputerguru.com",
|
|
"gitea_username": "howard",
|
|
"gitea_initial_password": "ACG-Tech2026!",
|
|
"gitea_must_change_password": true,
|
|
"notes": "Employee, Mike's brother. Full trust. Same access as Mike for MSP tracking and daily work. Has own Gitea account (howard) with admin access to all repos."
|
|
}
|
|
},
|
|
"roles": {
|
|
"admin": "Full access to all systems, credentials, deployments, and infrastructure.",
|
|
"tech": "Full access to all systems, credentials, and client work. Same as admin for this organization."
|
|
}
|
|
}
|