🎉 Persistent config 🎉
After sweat and tears... It's there!
This commit is contained in:
16
data/configs/cringe.json
Normal file
16
data/configs/cringe.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "cringe",
|
||||
"services": [
|
||||
{
|
||||
"type": "Other",
|
||||
"name": "sonarr",
|
||||
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/sonarr.png",
|
||||
"url": "http://sonarr.tv/"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"enabledModules": [],
|
||||
"searchBar": true,
|
||||
"searchUrl": "https://www.google.com/search?q="
|
||||
}
|
||||
}
|
||||
@@ -2,14 +2,14 @@
|
||||
"name": "default",
|
||||
"services": [
|
||||
{
|
||||
"type": "Other",
|
||||
"name": "ok",
|
||||
"type": "Other hello",
|
||||
"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": false,
|
||||
"searchBar": true,
|
||||
"searchUrl": "https://www.google.com/search?q=",
|
||||
"enabledModules": []
|
||||
}
|
||||
|
||||
16
data/configs/low.json
Normal file
16
data/configs/low.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "low",
|
||||
"services": [
|
||||
{
|
||||
"type": "I am ",
|
||||
"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://www.google.com/search?q=",
|
||||
"enabledModules": []
|
||||
}
|
||||
}
|
||||
3
data/configs/undefined.json
Normal file
3
data/configs/undefined.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"true": ""
|
||||
}
|
||||
Reference in New Issue
Block a user