mirror of
https://github.com/daledavies/jump.git
synced 2026-07-05 14:09:38 +02:00
Update sites.json with better examples
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Bitwarden",
|
||||
"url" : "https://bitwarden.example.com",
|
||||
"url" : "https://bitwarden.com/",
|
||||
"description": "This is another example of a site with a description",
|
||||
"icon": "bitwarden.png",
|
||||
"tags": ["stuff"]
|
||||
@@ -33,7 +33,7 @@
|
||||
"name": "Nextcloud",
|
||||
"url" : "https://cloud.example.com",
|
||||
"icon": "nextcloud.png",
|
||||
"tags": ["home", "stuff", "things"]
|
||||
"tags": ["home", "things"]
|
||||
},
|
||||
{
|
||||
"name": "Paperless",
|
||||
@@ -42,9 +42,16 @@
|
||||
"tags": ["things", "home"]
|
||||
},
|
||||
{
|
||||
"name": "Google",
|
||||
"url" : "https://www.google.com",
|
||||
"nofollow": false
|
||||
"name": "Matomo",
|
||||
"url" : "https://matomo.org/pagedoesnotexist",
|
||||
"nofollow": false,
|
||||
"tags": ["home", "stuff"]
|
||||
},
|
||||
{
|
||||
"name": "Pi-hole",
|
||||
"url" : "https://pi-hole.net/",
|
||||
"nofollow": false,
|
||||
"tags": ["stuff", "things"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user