diff options
| author | Ben Busby <contact@benbusby.com> | 2022-01-26 09:59:32 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2022-01-26 09:59:32 -0700 |
| commit | ae5d4a4c0361299345e20960f5df13b6bdbe9be1 (patch) | |
| tree | 493401248d221f862b04c13612f49454269f6417 /services.json | |
| parent | d264ac80f20a0ea484e303e5d9af9584ed037f97 (diff) | |
| download | farside-ae5d4a4c0361299345e20960f5df13b6bdbe9be1.tar.gz | |
Support imgur alternatives
- Imgin (only one instance)
- https://git.voidnet.tech/kev/imgin/
- Rimgo
- https://codeberg.org/video-prize-ranch/rimgo
Closes #11
Diffstat (limited to 'services.json')
| -rw-r--r-- | services.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/services.json b/services.json index 6c53433..3f79eb3 100644 --- a/services.json +++ b/services.json @@ -184,6 +184,26 @@ ] }, { + "type": "rimgo", + "test_url": "/a/H8M4rcp", + "fallback": "https://i.bcow.xyz", + "instances": [ + "https://i.bcow.xyz", + "https://rimgo.pussthecat.org", + "https://img.riverside.rocks", + "https://rimgo.totaldarkness.net", + "https://rimgo.bus-hit.me" + ] + }, + { + "type": "imgin", + "test_url": "/a/H8M4rcp", + "fallback": "https://imgin.voidtech.net", + "instances": [ + "https://imgin.voidnet.tech" + ] + }, + { "type": "whoogle", "test_url": "/search?cookies_disabled=1&q=<%=query%>", "fallback": "https://whoogle.fossho.st", |
