Files
Homarr/data/configs/config.json

26 lines
558 B
JSON
Raw Normal View History

2022-05-13 03:54:32 +02:00
{
"name": "config",
2022-05-16 15:55:22 +02:00
"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/"
}
],
2022-05-13 03:54:32 +02:00
"settings": {
"searchBar": true,
2022-05-16 15:55:22 +02:00
"searchUrl": "Custom",
2022-05-13 03:54:32 +02:00
"enabledModules": [
"Date",
2022-05-16 15:55:22 +02:00
"Calendar",
"Weather"
2022-05-13 03:54:32 +02:00
]
}
}