Files
Homarr/data/configs/default.json
2022-08-22 21:51:23 +02:00

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
}
}
}