Update default configs and version
This commit is contained in:
12
data/configs/config.json
Normal file
12
data/configs/config.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "config",
|
||||||
|
"services": [],
|
||||||
|
"settings": {
|
||||||
|
"searchBar": true,
|
||||||
|
"searchUrl": "https://duckduckgo.com/?q=",
|
||||||
|
"enabledModules": [
|
||||||
|
"Date",
|
||||||
|
"Calendar"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
16
data/configs/config_new.json
Normal file
16
data/configs/config_new.json
Normal 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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"searchBar": true,
|
"searchBar": true,
|
||||||
"searchUrl": "https://www.google.com/search?q=",
|
"searchUrl": "https://bing.com/search?q=",
|
||||||
"enabledModules": []
|
"enabledModules": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const REPO_URL = 'ajnart/homarr';
|
export const REPO_URL = 'ajnart/homarr';
|
||||||
export const CURRENT_VERSION = 'v0.1.6';
|
export const CURRENT_VERSION = 'v0.2.0';
|
||||||
|
|||||||
Reference in New Issue
Block a user