Is there planned replacement for the apparantly defunct ipfs.pics or other easy way to post multiple pics to IPFS?
I would like to format galleries for posting and having the pictures in ipfs via one of the gateways.
I am thinking if I could upload the pictures via an IPFS gateway and get the hashes back, I could write a basic script to "fix-up" the static html file with the appropriate img src urls pointing to public gateways that could then be used as an HTML post via steemit.com.
For those curious, I figured out a way to post multiple pics to a public IPFS gateway that accepts PUT requests using a #bash script and #curl resulting in a single final "directory" url to use for munging up #jigl generated galleries with #sed to produce galleries so that I can post them to #steemit.
The next step is get better gallery html output instead of the HTML3 that jigl uses. I'm thinking of just using #bash and #ImageMagick with a simple fixed output without styles (as the #HTML is scrubbed for #XSS safety etc before being displayed on any of the boards, no point in going all out for nothing!)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit