This might sound silly but I really do miss sending gifs. I think it gives lighthearted fun. However I do not want to use giphy or tenor api I would rather have a bunch of gifs self hosted and accessible on my home server.
Matrix has their sticker solution but from what I have gathered they can see that data in your chats. You can get a gif plugin but I am sure matrix and giphy can see your requests with it as well.
My solution as of right now is trying to host immich and having a gif album that is accessible by my users. Reason being is the ai may prove to be useful when searching for the perfect gif/reaction. I have ran into a problem though, I have no idea how to batch download gifs from giphy and tenor. It seems people don’t just share their gif collections all willy nilly like they do memes.
Is this the best solution? How would you go about self hosting such a service?
(And if you have large amounts of gifs… Can I have some 👉👈 🥺)
Sorry for the silly request for help 😂
Thank you all so much.
Can’t wait until this guy DDoS’s his home connection and his ISP calls wondering why tf his bandwidth skyrocketed overnight because of hotlinkers.
OP can use a Cloudflare tunnel which would take care of caching and prevent any accidental DDoS attacks.
…ok I know I always recommend dokuwiki for everything but it is super easy to set up and doesn’t need a database or anything and it comes stock with a nice gui media manager and a lot of plugins that extend that functionality.
If you are willing to provide or pay for the hosting of a large amount of images I don’t see the reason to go with anything more complicated though you may find something more minimal that suits your needs.
https://www.dokuwiki.org/dokuwiki
https://www.dokuwiki.org/tips:cms
I don’t know if there is a way to handle metadata for non-jpg images but there are a number of ways you could organize gifs including photo namespaces.
https://www.dokuwiki.org/media_manager
or using the imagebox plugin and just directly put tags in the caption
https://www.dokuwiki.org/plugin:imagebox
or a number of other ways probably.
The nice thing about this solution is all the data is accessible and in plain text readable markdown which also makes it easy to strap other things onto, search through with whatever tools you want and easily run a backup process on (especially since everything is neatly contained within a folder).
Don’t make the mistake most people of thinking dokuwiki is only useful as a traditional wiki, it is such a simple and general tool that its power extends far past that.
Matrix has their sticker solution but from what I have gathered they can see that data in your chats.
What gives you that idea?
As for options, I searched giphy scraper
and got a bunch of options on GitHub. Have you looked at those?
I had read somewhere that matrix can see integration data like sticker packs. So while they cannot read the content of your encrypted messages they can see what stickers you are sending and reacting with.
I did not look extensively into a giphy scraper. I used different terminology that probably confused the search engine 🤦 couldn’t think of the word. Thank you I will look into it.