dtube / avalon

Blockchain for social distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Proxy in the Avalon API

skzap opened this issue · comments

I currently run image.d.tube (https://github.com/dtube/imagehoster) which is a fork of the steemit image proxy converted to use an avalon API instead of steem.

It's unstable, and frequently crashes the VM it's running on. It has a bunch of unused code (such as upload feature) that we do not use. We only use the /avatar and /cover endpoints for avatar and channel cover images.

I want to move this into avalon directly, probably will be off by default and be turnable on with API_IMAGE_PROXY=1, then nodes with this turned on will have the /avatar and /cover endpoints working the same way as they currently do.

If someone want to do it, feel free to drop a comment, otherwise I will do it probably in the coming weeks.