mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 15:42:17 +01:00
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": {
|
||||
"searchBar": true,
|
||||
"searchUrl": "https://www.google.com/search?q=",
|
||||
"searchUrl": "https://bing.com/search?q=",
|
||||
"enabledModules": []
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
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