pietvanzoen / gifable

Self hostable gif and meme library manager.
https://www.gifable.club
GNU Affero General Public License v3.0
19 stars 0 forks source link

Set file size limit #104

Open Cthalin opened 2 months ago

Cthalin commented 2 months ago

Hi, is there a way to set the file size limit manually? Currently it's about 10mb I think and I'm unsure from where this number originates.

pietvanzoen commented 1 month ago

Hey @Cthalin . Thanks for the suggestion. I've added an environment variable to configure the max allowed file size. It's used with bytes so you can set to it "25MB" for example.

I hope that helps!