🔧 add configuration to docker module

This commit is contained in:
Noan
2022-08-22 21:51:23 +02:00
parent 02fd62afaa
commit 7d08646a29
4 changed files with 47 additions and 19 deletions

View File

@@ -1,20 +1,35 @@
{
"name": "default",
"services": [
{
"name": "example",
"id": "09c45847-8afc-4c1a-9697-f03192de948a",
"type": "Other",
"icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
],
"services": [],
"settings": {
"searchUrl": "https://google.com/search?q="
"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
}
}
}
}