mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
36 lines
602 B
JSON
36 lines
602 B
JSON
{
|
|
"name": "default",
|
|
"services": [],
|
|
"settings": {
|
|
"searchUrl": "https://google.com/search?q=",
|
|
"appCardWidth": 0.8
|
|
},
|
|
"modules": {
|
|
"Search Bar": {
|
|
"enabled": true
|
|
},
|
|
"Docker": {
|
|
"enabled": true,
|
|
"options": {
|
|
"endpoint": {
|
|
"value": "http://192.168.1.56:2376"
|
|
}
|
|
}
|
|
},
|
|
"Weather": {
|
|
"enabled": true,
|
|
"options": {
|
|
"location": {
|
|
"value": "Perros-Guirec"
|
|
}
|
|
}
|
|
},
|
|
"Download Speed": {
|
|
"enabled": false
|
|
},
|
|
"Ping Services": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|