1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-19 18:38:42 +00:00

Update readme [skip ci]

Adds search integration docs to readme
This commit is contained in:
Ben Busby 2025-01-27 12:53:57 -07:00
parent 56a4202827
commit e0044ed885
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1

View file

@ -25,6 +25,9 @@ Contents
4. [Cloudflare](#regarding-cloudflare) 4. [Cloudflare](#regarding-cloudflare)
5. [Development](#development) 5. [Development](#development)
1. [Environment Variables](#environment-variables) 1. [Environment Variables](#environment-variables)
6. [Search Integration](#search-integration)
1. [Kagi](#kagi)
2. [Whoogle Search](#whoogle-search)
## About ## About
@ -194,3 +197,26 @@ goes against what Farside is trying to solve. Use at your own discretion.
</tr> </tr>
</table> </table>
## Search Integration
### Kagi
On the settings page, go to `Search > Advanced > Open Redirects` and setup your redirects.
With the exception of BreezeWiki, most redirect rules can just extract the path of the
link you're visiting and append them to whichever Farside redirect you want to use.
For example:
##### Medium -> Scribe
`^https://medium.com/(.*)|https://farside.link/scribe/$1`
##### Fandom -> BreezeWiki
`^https://([^/]+).fandom.com/(.*)|https://farside.link/breezewiki/$1/$2`
### Whoogle Search
Whoogle automatically routes eligible links through Farside when the `Replace
Social Media Links` option in the home page settings menu is enabled.