website: cleanup integrations sidebar
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ae9dbf3014
commit
e99b90912f
|
@ -10,28 +10,8 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Monitoring & Infrastructure",
|
label: "Infrastructure",
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Hypervisors / Orchestrators",
|
|
||||||
items: [
|
|
||||||
"services/portainer/index",
|
|
||||||
"services/proxmox-ve/index",
|
|
||||||
"services/rancher/index",
|
|
||||||
"services/vmware-vcenter/index",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Monitoring",
|
|
||||||
items: [
|
|
||||||
"services/grafana/index",
|
|
||||||
"services/ubuntu-landscape/index",
|
|
||||||
"services/uptime-kuma/index",
|
|
||||||
"services/zabbix/index",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
"services/apache-guacamole/index",
|
"services/apache-guacamole/index",
|
||||||
"services/awx-tower/index",
|
"services/awx-tower/index",
|
||||||
"services/fortimanager/index",
|
"services/fortimanager/index",
|
||||||
|
@ -45,6 +25,26 @@ module.exports = {
|
||||||
"services/veeam-enterprise-manager/index",
|
"services/veeam-enterprise-manager/index",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Hypervisors / Orchestrators",
|
||||||
|
items: [
|
||||||
|
"services/portainer/index",
|
||||||
|
"services/proxmox-ve/index",
|
||||||
|
"services/rancher/index",
|
||||||
|
"services/vmware-vcenter/index",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Monitoring",
|
||||||
|
items: [
|
||||||
|
"services/grafana/index",
|
||||||
|
"services/ubuntu-landscape/index",
|
||||||
|
"services/uptime-kuma/index",
|
||||||
|
"services/zabbix/index",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Cloud Providers",
|
label: "Cloud Providers",
|
||||||
|
@ -59,6 +59,7 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
"services/bookstack/index",
|
"services/bookstack/index",
|
||||||
"services/hedgedoc/index",
|
"services/hedgedoc/index",
|
||||||
|
"services/kimai/index",
|
||||||
"services/matrix-synapse/index",
|
"services/matrix-synapse/index",
|
||||||
"services/nextcloud/index",
|
"services/nextcloud/index",
|
||||||
"services/onlyoffice/index",
|
"services/onlyoffice/index",
|
||||||
|
@ -98,11 +99,16 @@ module.exports = {
|
||||||
"services/gitlab/index",
|
"services/gitlab/index",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"services/home-assistant/index",
|
{
|
||||||
"services/node-red/index",
|
type: "category",
|
||||||
"services/kimai/index",
|
label: "Miscellaneous",
|
||||||
"services/sonarr/index",
|
items: [
|
||||||
"services/tautulli/index",
|
"services/home-assistant/index",
|
||||||
|
"services/node-red/index",
|
||||||
|
"services/sonarr/index",
|
||||||
|
"services/tautulli/index",
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Reference in New Issue