From 81149369df98d9bca045c6143b5bbf51bbb3368b Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Fri, 13 May 2022 03:54:32 +0200 Subject: [PATCH] Update default configs and version --- data/configs/config.json | 12 ++++++++++++ data/configs/config_new.json | 16 ++++++++++++++++ data/configs/default.json | 2 +- data/constants.ts | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 data/configs/config.json create mode 100644 data/configs/config_new.json diff --git a/data/configs/config.json b/data/configs/config.json new file mode 100644 index 000000000..060961492 --- /dev/null +++ b/data/configs/config.json @@ -0,0 +1,12 @@ +{ + "name": "config", + "services": [], + "settings": { + "searchBar": true, + "searchUrl": "https://duckduckgo.com/?q=", + "enabledModules": [ + "Date", + "Calendar" + ] + } +} \ No newline at end of file diff --git a/data/configs/config_new.json b/data/configs/config_new.json new file mode 100644 index 000000000..a938826f0 --- /dev/null +++ b/data/configs/config_new.json @@ -0,0 +1,16 @@ +{ + "name": "config_new", + "services": [ + { + "type": "Other", + "name": "example", + "icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif", + "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" + } + ], + "settings": { + "searchBar": true, + "searchUrl": "https://google.com/search?q=", + "enabledModules": [] + } +} \ No newline at end of file diff --git a/data/configs/default.json b/data/configs/default.json index 9e1d1669a..f976f31e8 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -10,7 +10,7 @@ ], "settings": { "searchBar": true, - "searchUrl": "https://www.google.com/search?q=", + "searchUrl": "https://bing.com/search?q=", "enabledModules": [] } } \ No newline at end of file diff --git a/data/constants.ts b/data/constants.ts index a01eb18c6..3d4ed3dad 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.1.6'; +export const CURRENT_VERSION = 'v0.2.0';