-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: arbitrary file upload (i.e. zip / doc / pdf / stl) #261
Comments
This sounds possible and not too complicated with integrated object storage like S3 and with #506 it should be possible for all self-hosted instance. The default imgur doesn't allow to do so. Here is a place to start if we are looking for an implementation: |
it might make sense to extend a little bit S3 integration and allow to use custom S3-compatible software like https://github.com/minio/minio it'd be both secure (self-hosted version) and universal. |
@grmpyninja That's exactly what #506 is about ;) Once it's merged, we can extend this as well, yes. |
Is this feature still developing? |
…te-libravatar Changed Gravatar to Libravatar in privacy-template
I'd also love to see this feature. Any news? :) |
As discussed in the image upload pull request, I'd love to see this extended to arbitrary files. If I drag in an image, it becomes an image tag, if it's any other filetype, it becomes a regular Link.
The text was updated successfully, but these errors were encountered: