From 684e3cb2e8074a83f9ed0d3ef6f6264418790688 Mon Sep 17 00:00:00 2001 From: Noan Date: Mon, 22 Aug 2022 22:55:07 +0200 Subject: [PATCH] Revert default.json --- data/configs/default.json | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/data/configs/default.json b/data/configs/default.json index 9597d620c..07dfe37b0 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -1,35 +1,20 @@ { "name": "default", - "services": [], + "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" + } + ], "settings": { - "searchUrl": "https://google.com/search?q=", - "appCardWidth": 0.8 + "searchUrl": "https://google.com/search?q=" }, "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 } } }