mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 14:02:20 +01:00
26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"name": "config",
|
|
"services": [
|
|
{
|
|
"type": "Other",
|
|
"name": "YouTube",
|
|
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png",
|
|
"url": "https://youtube.com/"
|
|
},
|
|
{
|
|
"type": "Other",
|
|
"name": "YouTube ",
|
|
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png",
|
|
"url": "https://youtube.com/"
|
|
}
|
|
],
|
|
"settings": {
|
|
"searchBar": true,
|
|
"searchUrl": "Custom",
|
|
"enabledModules": [
|
|
"Date",
|
|
"Calendar",
|
|
"Weather"
|
|
]
|
|
}
|
|
} |