jenkins works now. also i have a dashboard for the dev stack.

This commit is contained in:
2025-07-20 12:54:19 -05:00
parent a756443730
commit f75e60fc35
3 changed files with 60 additions and 9 deletions

45
EasyGate/easy-gate.json Executable file
View 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"
]
}
]
}