feat(services): add alternative URLs for LibreY
All checks were successful
Build and Deploy Static Site / build (push) Successful in 56s

Enhanced the 'Go to LibreY' service link by adding Tor and I2P
alternative URLs. This provides users with more access options
and supports privacy-centric browsing.
This commit is contained in:
Kumi 2024-07-24 21:20:52 +02:00
parent 68d6286aed
commit 1d7f9ca10c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -483,7 +483,17 @@
"links": [
{
"name": "Go to LibreY",
"url": "https://librey.private.coffee"
"url": "https://librey.private.coffee",
"alternatives": [
{
"name": "Tor",
"url": "http://librey.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
},
{
"name": "I2P",
"url": "http://xna5ydrj54ncvujz3f4c6y5i547hjwywygnr4uz6shz3f62suxwq.b32.i2p"
}
]
}
],
"icon": "magnifying-glass",