mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-18 12:37:01 +01:00
Basic backend support and config loading from file
This commit is contained in:
16
data/configs/default.json
Normal file
16
data/configs/default.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "default",
|
||||
"services": [
|
||||
{
|
||||
"type": "Other",
|
||||
"name": "ok",
|
||||
"icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif",
|
||||
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"searchBar": false,
|
||||
"searchUrl": "https://www.google.com/search?q=",
|
||||
"enabledModules": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user