Files
innotexBoard/backend/config/shortcuts.json

25 lines
505 B
JSON

{
"version": "1.0",
"shortcuts": [
{
"id": "shortcut_1768585316580",
"name": "OpenWebUI",
"url": "http://localhost:3000",
"icon": "🔗",
"description": "",
"category": "GPT",
"color": "#3B82F6",
"order": 0
},
{
"id": "shortcut_1768588790667",
"name": "gitea",
"url": "http://127.0.0.1:3001/",
"icon": "🖥️",
"description": "",
"category": "GIT",
"color": "#26a269",
"order": 1
}
]
}