Self hostable gif database?
from ludicolo@lemmy.ml to selfhosted@lemmy.world on 15 Dec 15:00
https://lemmy.ml/post/23609183

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.

#selfhosted

threaded - newest

eskuero@lemmy.fromshado.ws on 15 Dec 15:52 next collapse

I dont think there’s anything that seamless integrate on keyboards or social/chat apps but you could try to selfhost a booru app and then share the hotlinks to those gifs.

They are mostly known for anime and weeb stuff but for memes and gifs I think the tagging system would work the best so you can quickly search what you want.

fmstrat@lemmy.nowsci.com on 15 Dec 16:09 next collapse

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?

ludicolo@lemmy.ml on 15 Dec 18:01 collapse

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.

homesweethomeMrL@lemmy.world on 15 Dec 18:37 collapse

iirc it’s the reason Signal didn’t have gifs was the data leakage from them

kata1yst@sh.itjust.works on 15 Dec 16:14 next collapse

github.com/pietvanzoen/gifable

ludicolo@lemmy.ml on 15 Dec 18:32 collapse

Lemmy wouldn’t let me post it 😭

media4.giphy.com/media/…/giphy.gif?cid=6c09b952f5…

this@sh.itjust.works on 15 Dec 16:19 next collapse

Couldn’t you use immich for this?

ludicolo@lemmy.ml on 15 Dec 18:32 collapse

Thats the route I was potentially looking at.

kitnaht@lemmy.world on 15 Dec 16:52 next collapse

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.

ludicolo@lemmy.ml on 15 Dec 18:16 next collapse

<img alt="" src="https://lemmy.ml/pictrs/image/aeded0b0-9a8b-4346-b0db-846804be7d7c.gif">

Greg@lemmy.ca on 15 Dec 18:33 collapse

OP can use a Cloudflare tunnel which would take care of caching and prevent any accidental DDoS attacks.

ludicolo@lemmy.ml on 15 Dec 18:39 collapse

media1.tenor.com/…/two-steps-ahead-nikocado.gif

AtariDump@lemmy.world on 16 Dec 09:20 collapse

What?

ludicolo@lemmy.ml on 16 Dec 10:54 collapse

Its a joke, in that clip he says “two steps ahead, I am always two steps ahead” it was viral for a while.

HotChickenFeet@sopuli.xyz on 15 Dec 17:06 next collapse

I would say an image archiver like Hydrus might be suitable for an individual, but I don’t think it would have anything for your multiuser use-case.

I am curious if any popular keyboards accept custom gify/etc replacement URLs. It’d be pretty slick to set up Heliboard or Futo keyboard with an integrated self-hosted gify

ludicolo@lemmy.ml on 15 Dec 18:33 next collapse

I would love to see what futo would come uo with in this department

oldfart@lemm.ee on 17 Dec 08:40 collapse

There’s Ewe Sticker Keyboard that I use with gif files on Android. Particularly with sticker packs I ripped from Telegram.

HotChickenFeet@sopuli.xyz on 17 Dec 14:51 collapse

Thanks! I’ll have to check it out myself.

It doesn’t help if folks are iOS, but perhaps ludicolo@lemmy.ml could set up a file sync server (e.g. nextcloud, etc) that syncs the files to their phones, and then an app like this could be used to pick images?

Or maybe there’s a way to set it up to read from a WebDAV mount point either in application or through Android?

oldfart@lemm.ee on 17 Dec 15:32 collapse

Huh, i just use it with a local directory but I jist checked and could easily select a share from rcx app, so whatever you use for webdav access will also work.

Ps. If you dont use Nextcloud yet, don’t, it’s so slow I can’t imagine how many hours it will take to load a sticker pack, several seconds per file

HotChickenFeet@sopuli.xyz on 18 Dec 01:45 collapse

Anything you’d recommend over nextcloud for filesharing? I’ve had it setup so I’ve left it.

I just suggested something like it because OP wanted to they and their friends to be able to use the images.

oldfart@lemm.ee on 20 Dec 11:52 collapse

I use syncthing now but it’s a different use case. Nginx set up as a webdav server will work just fine, or any s/ftp app with a shared account.

graham1@lemmy.world on 15 Dec 17:11 next collapse

<img alt="" src="https://lemmy.world/pictrs/image/b2ecec2a-0804-4563-9bcb-6e47f3fc9d47.gif">

supersquirrel@sopuli.xyz on 15 Dec 20:49 next collapse

…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.

www.dokuwiki.org/dokuwiki

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.

www.dokuwiki.org/media_manager

or using the imagebox plugin and just directly put tags in the caption

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.

supersquirrel@sopuli.xyz on 15 Dec 21:26 next collapse

(I made a seperate post because for alternate idea)

Have you considered hosting a lemmy instance yourself and possibly preconstructing lemmy threads in some bulk fashion with gifs grouped by topic or theme and just use lemmy itself as the platform to share gifs?

Just because lemmy threads were created to mimic reddit threads doesn’t mean we are confined to only using lemmy as a reddit-like tool…

Just an interesting thought I had shrugs

DieserTypMatthias@lemmy.ml on 16 Dec 12:00 next collapse

Buy a VPS, set up Nextcloud and try it that way.

hedgehog@ttrpg.network on 16 Dec 15:23 next collapse

Giphy has a documented API that you could use. There have been bulk downloaders, but I didn’t see any that had recent activity. However you still might be able to use one to model your own script after, like github.com/jcpsimmons/giphy-stacks

There were downloaders for Gfycat - gallery-dl supported it at one point - but it’s down now. However you might be able to find collections that other people downloaded and are now hosting. You could also use the Internet Archive - they have tools and APIs documented

There’s a Tenor mass downloader that uses the Tenor API and an API key that you provide.

Imgur has GIFs is supported by gallery-dl, so that’s an option.

Also, read over github.com/simon987/awesome-datahoarding - there may be something useful for you there.

In terms of hosting, it would depend on my user base and if I want users to be able to upload GIFs, too. If it was just my close friends, then Immich would probably be fine, but if we had people I didn’t know directly using it, I’d want a more refined solution.

There’s Gifable, which is pretty focused, but looks like it has a pretty small following. I haven’t used it myself to see how suitable it is. If you self-host it (or something else that uses S3), note that you can use MinIO or LocalStack for the S3 container rather than using AWS directly. I’m using MinIO as part of my stack now, though for a completely different app.

MediaCMS is another option. Less focused on GIFs but more actively developed, and intended to be used for this sort of purpose.

ellypony@lemmy.world on 16 Dec 20:22 next collapse

This might not be exactly what you’re looking for, but there is a self-hostable image booru available on the flatpak repository called Hydrus. It’s essentially just a front end for a database you can run locally on your computer and organize images/videos by category. Add tags etc.

thagoat@lemmy.sdf.org on 17 Dec 12:21 collapse

So I just saw this on hacker news Hostingyourgif.live Might be of interest

mouse@midwest.social on 17 Dec 13:05 collapse

Oops, looks like that’s the wrong URL. I found it on Hacker News, here’s the post news.ycombinator.com/item?id=42431065 hostyourgif.live

thagoat@lemmy.sdf.org on 17 Dec 13:35 collapse

Lol yeah, that’s it. Damn autocorrect