marcomontalbano / video-to-markdown

How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
https://video-to-markdown.marcomontalbano.com
MIT License
208 stars 25 forks source link

Unlimited bandwith #52

Closed ghost closed 2 years ago

ghost commented 2 years ago

Switch to Cloudflare Pages they have unlimited bandwith for free

marcomontalbano commented 2 years ago

Hi @catdroutcode , thanks a lot for the suggestion. I'll take a look at that! At the moment I'm on Netlify as hosting solution and I don't have an high bandwidth usage. Usually the issue is with Cloudinary, since sometimes happen that websites with high bandwidth usage are pointing to images hosted by my Cloudinary account.

ghost commented 2 years ago

You could code a cloudflare workers to store images with Workers KV

marcomontalbano commented 2 years ago

I never used Workers KV. It looks really interesting! I'll take it in consideration as soon as I need to move somewhere else. Thanks for all these suggestions.

ghost commented 2 years ago

👍