reticulum icon indicating copy to clipboard operation
reticulum copied to clipboard

distributed image/thumbnail server

Results 26 reticulum issues
Sort by recently updated
recently updated
newest added

eg, https://github.com/h2non/bimg

if disk is too full, switch to read-only

enhancement

currently, the hash is SHA1 and can't be changed. the algorithm should be exposed in the URL to facilitate supporting more than one in the future. ie, instead of just...

It's often helpful for clients to know the final dimensions (or at least the aspect ratio) of an image, even if reticulum is storing it for them. When they upload...

enhancement

Is that a good idea at all?

enhancement
question

As an option to accepting an upload. Give it a URL of an image, it will fetch it and treat it as an upload. Since the connection between the Reticulum...

enhancement

for cache efficiency, should examine etags headers and do the right thing.

enhancement

support for improved cache efficiency

enhancement

eg, if they ask for a scaled image that's larger than the full-size, just redirect to full.

enhancement