Compare commits

...

2 commits

Author SHA1 Message Date
eb6e9ca52b
Merge branch 'dashboard-additions'
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 23:25:24 +02:00
861f673ca0
Add items to dashboard
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 23:16:24 +02:00

View file

@ -222,6 +222,37 @@ data:
"newTab": true
}
]
},
{
"name": "GitOps",
"items": [
{
"name": "Gitea",
"displayURL": "git.ar21.de",
"url": "https://git.ar21.de",
"icon": "alt_route",
"newTab": true
},
{
"name": "DroneCI",
"displayURL": "drone.ar21.de",
"url": "https://drone.ar21.de",
"icon": "helicopter",
"newTab": true
}
]
},
{
"name": "Applications",
"items": [
{
"name": "Paste",
"displayURL": "paste.apps.yolokube.de",
"url": "https://paste.apps.yolokube.de",
"icon": "description",
"newTab": true
}
]
}
]
}