29 lines
595 B
Nix
29 lines
595 B
Nix
[
|
|
# Example:
|
|
{
|
|
"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";
|
|
};
|
|
}
|
|
];
|
|
}
|
|
]
|