forked from ajenti/ajenti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
34 lines (34 loc) · 2 KB
/
config.json
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
{
"users": {
"root": {
"configs": {
"ajenti.plugins.fm.fm.FileManager": "{\"root\": \"/\"}",
"ajenti.plugins.terminal.main.Terminals": "{\"shell\": \"sh -c $SHELL\"}",
"ajenti.plugins.munin.client.MuninClient": "{\"username\": \"username\", \"prefix\": \"http://localhost:8080/munin\", \"password\": \"123\"}",
"ajenti.plugins.dashboard.dash.Dash": "{\"widgets\": [{\"index\": 0, \"config\": null, \"container\": \"0\", \"class\": \"ajenti.plugins.dashboard.welcome.WelcomeWidget\"}]}",
"ajenti.plugins.ajenti_org.main.AjentiOrgReporter": "{\"key\": \"123\"}",
"ajenti.plugins.mysql.main.MySQLPlugin": "{\"password\": \"1234\", \"user\": \"root\"}",
"ajenti.plugins.notepad.notepad.Notepad": "{\"bookmarks\": [\"/etc/logrotate.conf\"]}",
"ajenti.plugins.elements.projects.main.ElementsProjectManager": "{\"projects\": \"(lp1\\nccopy_reg\\n_reconstructor\\np2\\n(cajenti.plugins.elements.projects.main\\nElementsProject\\np3\\nc__builtin__\\nobject\\np4\\nNtRp5\\n(dp6\\nS'lock'\\np7\\nNsS'path'\\np8\\nV/home/eugeny/Documents\\np9\\nsS'name'\\np10\\nVtest\\np11\\nsS'permissions'\\np12\\n(lp13\\ng2\\n(cajenti.plugins.elements.projects.main\\nElementsProjectPermission\\np14\\ng4\\nNtRp15\\n(dp16\\nS'project'\\np17\\nNsS'user'\\np18\\nS'root'\\np19\\nsbasba.\"}"
},
"password": "sha512|$6$rounds=40000$nIVrqqz638rB8wOo$VbMv8y2lStgcsYxEuu7JfHiEd06eeiSoIbg7Hvivj9K1vPayaCbAiAqtpyOoIkNfIXFmMD0jK6Dd4WFnvywkY1",
"permissions": [
"section:Dash"
]
}
},
"bind": {
"host": "0.0.0.0",
"port": 8000
},
"authentication": false,
"ssl": {
"enable": false,
"certificate_path": "/home/eugeny/ajenti.pem"
},
"enable_feedback": true,
"configs": {
"ajenti.plugins.ajenti_org.main.AjentiOrgReporter": "{\"key\": \"123\"}"
},
"installation_id": 1
}