feature/homepage widgets
This commit is contained in:
@@ -1,14 +1,28 @@
|
||||
[
|
||||
# Example:
|
||||
# {
|
||||
# "Infrastructure" = [
|
||||
# {
|
||||
# "Proxmox" = {
|
||||
# href = "https://proxmox.example.local";
|
||||
# description = "Virtualization host";
|
||||
# icon = "proxmox.png";
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
{
|
||||
"Services" = [
|
||||
{
|
||||
"Tesla - Dashboard" = {
|
||||
href = "https://grafana.smoothcloud.de";
|
||||
description = "Tesla Information";
|
||||
icon = "tesla.png";
|
||||
};
|
||||
}
|
||||
{
|
||||
"GitLab" = {
|
||||
href = "https://gitlab.smoothcloud.de";
|
||||
description = "Selfhosted GitLab";
|
||||
icon = "gitlab.png";
|
||||
};
|
||||
}
|
||||
{
|
||||
"Nextcloud" = {
|
||||
href = "https://next.smoothcloud.de";
|
||||
description = "Selfhosted Cloud Service";
|
||||
icon = "nextcloud.png";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user