Files
homarr/data/configs/default.json
2022-06-01 19:53:57 +02:00

38 lines
698 B
JSON

{
"name": "default",
"services": [
{
"id": "1ed0e82b-c432-4371-8e1e-876b76d4ce20",
"type": "Plex",
"name": "Plex",
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/plex.png",
"url": "https://plex.com"
}
],
"settings": {
"searchUrl": "https://google.com/search?q="
},
"modules": {
"Search Bar": {
"enabled": true
},
"Date": {
"enabled": true
},
"Download Speed": {
"enabled": true
},
"Torrent": {
"enabled": true
},
"Ping Services": {
"enabled": true
},
"Calendar": {
"enabled": true
},
"Weather (beta)": {
"enabled": true
}
}
}