Micah Shackelford

Results 19 comments of Micah Shackelford

Having not pasted many images into Google Docs, would the `https://[instance]/image.(png|jpg|whatever)` link be what you needed to upload your image? I have heard of Flameshot, but seem to remember their...

:robot: Release is at https://github.com/mdshack/shotshare/releases/tag/v1.11.0 :sunflower:

Hey @EmberHeartshine, circling back here. I am not sure I see a huge value here, Docker should allow you to natively do an env file, if you don’t want to...

Going to go ahead and close this one - since the application itself relies environment variables there are a number of ways to set these for the PHP environment (outside...

Hey @EmberHeartshine, thanks for adding this feature request! One thing you can do that is somewhat similar to this is to upload multiple images at the same time and they...

@EmberHeartshine with the feed system coming in v2 stacking multiple images will be tricky, however it will now be possible to link to the currently selected image in the carousel...

Hey @Jordan8631, great idea - I will try to see how/where this could best fit. Thanks for the idea!

This is currently not possible through the UI, it is a great idea though, going to go ahead and roadmap it for a v2 feature.

Hey @mptpro, this should definitely be possible using Curl, the upload endpoint accepts multipart form data. [Here](https://stackoverflow.com/questions/12667797/using-curl-to-upload-post-data-with-files) is a StackOverflow on posting files using Curl.