Neat, I’ll keep an eye out for that; ideally they’ll implement something less centralised than Giphy. In the meantime I got their admin panel running in my environment too, by fixing the source, so Giphy is next on my list. I want my users to be able to do gif searches 🤷♀️
It would be drop-in replacement if I was satisfied with leaving a bunch of crap hardcoded. But no, I’m a frackin’ madman and I decided that if I was gonna do this I was gonna do it right and put the gif provider config in env vars, replacing all the hardcoding, and then also putting in valid link construction for gif search, and actually putting it into chat. So far it only works with Klipy, as far as I’ve tested… but it does work.
voracitude@lemmy.world 3 weeks ago
Neat, I’ll keep an eye out for that; ideally they’ll implement something less centralised than Giphy. In the meantime I got their admin panel running in my environment too, by fixing the source, so Giphy is next on my list. I want my users to be able to do gif searches 🤷♀️
Blisterexe@lemmy.zip 2 weeks ago
Klipy is probably a better option, afaik their api is a dropin replacement and the gif search is much better.
voracitude@lemmy.world 2 weeks ago
I thought you’d like to know, I spent the last 8 or 9 hours on this:
It would be drop-in replacement if I was satisfied with leaving a bunch of crap hardcoded. But no, I’m a frackin’ madman and I decided that if I was gonna do this I was gonna do it right and put the gif provider config in env vars, replacing all the hardcoding, and then also putting in valid link construction for gif search, and actually putting it into chat. So far it only works with Klipy, as far as I’ve tested… but it does work.
Image
Blisterexe@lemmy.zip 2 weeks ago
That’s awesome! It’s a shame the first pr got closed because the maintainer prefers a worse provider lmao.
voracitude@lemmy.world 2 weeks ago
Legend, I appreciate the heads-up (👉゚ヮ゚)👉 I’m checking out the docs now!