Update default configs and version

This commit is contained in:
Aj - Thomas
2022-05-13 03:54:32 +02:00
parent 5b453c829e
commit 81149369df
4 changed files with 30 additions and 2 deletions

12
data/configs/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "config",
"services": [],
"settings": {
"searchBar": true,
"searchUrl": "https://duckduckgo.com/?q=",
"enabledModules": [
"Date",
"Calendar"
]
}
}

View File

@@ -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": []
}
}

View File

@@ -10,7 +10,7 @@
],
"settings": {
"searchBar": true,
"searchUrl": "https://www.google.com/search?q=",
"searchUrl": "https://bing.com/search?q=",
"enabledModules": []
}
}

View File

@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.1.6';
export const CURRENT_VERSION = 'v0.2.0';