110 lines
2.3 KiB
JSON
110 lines
2.3 KiB
JSON
{
|
|
"version": "0.15.0",
|
|
"schemaVersion": 2,
|
|
"configProperties": {
|
|
"name": "lemonlink-dashboard",
|
|
"port": 7575,
|
|
"colorScheme": "dark"
|
|
},
|
|
"wrappers": [
|
|
{
|
|
"id": "default",
|
|
"name": "Main Dashboard",
|
|
"position": 0,
|
|
"isDefault": true,
|
|
"columns": 8
|
|
},
|
|
{
|
|
"id": "system",
|
|
"name": "System Overview",
|
|
"position": 1,
|
|
"columns": 12
|
|
},
|
|
{
|
|
"id": "infrastructure",
|
|
"name": "Infrastructure",
|
|
"position": 2,
|
|
"columns": 8
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"id": "gmail",
|
|
"name": "Gmail",
|
|
"url": "https://mail.google.com",
|
|
"icon": "gmail",
|
|
"category": "external"
|
|
},
|
|
{
|
|
"id": "github",
|
|
"name": "GitHub",
|
|
"url": "https://github.com",
|
|
"icon": "github",
|
|
"category": "external"
|
|
},
|
|
{
|
|
"id": "reddit",
|
|
"name": "Reddit",
|
|
"url": "https://reddit.com",
|
|
"icon": "reddit",
|
|
"category": "external"
|
|
},
|
|
{
|
|
"id": "youtube",
|
|
"name": "YouTube",
|
|
"url": "https://youtube.com",
|
|
"icon": "youtube",
|
|
"category": "external"
|
|
},
|
|
{
|
|
"id": "discord",
|
|
"name": "Discord",
|
|
"url": "https://discord.com",
|
|
"icon": "discord",
|
|
"category": "external"
|
|
},
|
|
{
|
|
"id": "proxmox",
|
|
"name": "Proxmox",
|
|
"url": "https://proxmox.lemonlink.eu",
|
|
"icon": "proxmox",
|
|
"category": "infrastructure"
|
|
},
|
|
{
|
|
"id": "portainer",
|
|
"name": "Portainer",
|
|
"url": "https://portainer.lemonlink.eu",
|
|
"icon": "portainer",
|
|
"category": "infrastructure"
|
|
},
|
|
{
|
|
"id": "truenas",
|
|
"name": "TrueNAS",
|
|
"url": "https://truenas.lemonlink.eu",
|
|
"icon": "truenas",
|
|
"category": "infrastructure"
|
|
},
|
|
{
|
|
"id": "plex",
|
|
"name": "Plex",
|
|
"url": "https://plex.lemonlink.eu",
|
|
"icon": "plex",
|
|
"category": "media"
|
|
},
|
|
{
|
|
"id": "nextcloud",
|
|
"name": "Nextcloud",
|
|
"url": "https://cloud.lemonlink.eu",
|
|
"icon": "nextcloud",
|
|
"category": "productivity"
|
|
}
|
|
],
|
|
"settings": {
|
|
"customCSS": "/* See custom-boards.css */",
|
|
"primaryColor": "#6366f1",
|
|
"secondaryColor": "#8b5cf6",
|
|
"background": "#0a0a0f",
|
|
"favicon": "https://lemonlink.eu/favicon.ico"
|
|
}
|
|
}
|