HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
819 stars 123 forks source link

nsupported filetype: octet-stream #89

Closed rysyd closed 5 years ago

rysyd commented 5 years ago

image

rysyd commented 5 years ago

[25-Jun-2019 07:57:07] WARNING: [pool www] child 20 said into stderr: "sh: file: not found"

geek-at commented 5 years ago

Are you running the docker container?

rysyd commented 5 years ago

Are you running the docker container?

yeah, and it doesn't work now.

geek-at commented 5 years ago

Cannot confirm.

I tested the current image with this command:

docker run -it --rm -p 89:80 -e "URL=http://localhost:89/" hascheksolutions/pictshare

then went to http://localhost:89 and I was able to upload PNGs and JPGs and everything just fine.

If you aren't using docker make sure you have the "file" command installed