jenkins works now. also i have a dashboard for the dev stack.
This commit is contained in:
45
EasyGate/easy-gate.json
Executable file
45
EasyGate/easy-gate.json
Executable file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"addr": "0.0.0.0:8080",
|
||||
"use_tls": false,
|
||||
"cert_file": "",
|
||||
"key_file": "",
|
||||
"behind_proxy": false,
|
||||
"title": "KNELDevOpsStack-Dashboard-CharlesDevServer",
|
||||
"theme": {
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#000000"
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "internal",
|
||||
"subnet": "192.168.1.1/24"
|
||||
},
|
||||
{
|
||||
"name": "vpn",
|
||||
"subnet": "10.8.1.1/24"
|
||||
}
|
||||
],
|
||||
"services": [
|
||||
{
|
||||
"name": "Jenkins",
|
||||
"category": "",
|
||||
"url": "http://192.168.3.6:11001",
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
{
|
||||
"name": "Simple note",
|
||||
"text": "This is a simple note for vpn users",
|
||||
"groups": [
|
||||
"vpn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Another note",
|
||||
"text": "Another note for internal users only",
|
||||
"groups": [
|
||||
"internal"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user