Should slink not automatically convert heic to jpg?Rebuilt slink using traefic instead of nginx, seems to work using the shortcut now.edit no it’s not!
![]()
Edit again, trying from Mac rather than iPhone:
![]()
Allegedly this shortcut does that:Should slink not automatically convert heic to jpg?
Also, that's just the image identifier. Surely it needs the full address url.
No, no no. Do not use imgbb. We were on the verge of banning it anyway because unless you have a paid subscription, you can't embed anything. It will look perfectly OK to you, but to everyone else, it's a placeholder.
postimage is the same. Look: https://forums.overclockers.co.uk/threads/show-off-your-apple-hardware.17775900/post-37477339
What should we use now then? I come across https://imgbox.com/ but that’s about it.
Paid for the ImgBB uploader app on iOS too then seen your post! Was only a quid mind.
Where the dickens is the sauce?Self hosting for the win! I remembered I bought a domain for exactly that purpose a few years ago.
![]()
I made this account because OcUK was giving away a free game
what is your bandwidth cap?Self hosting for the win! I remembered I bought a domain for exactly that purpose a few years ago.
Good question.what is your bandwidth cap?![]()
TOKEN="your token goes here"
curl -X POST "https://myslinkhost.com/api/external/upload" \
-H "Origin: https://myslinkhost.com" \
-H "Authorization: Bearer $TOKEN" \
-F "image=@/<path to image>"
Allegedly this shortcut does that:
https://www.icloud.com/shortcuts/83ce7ed3e670499586b6e4cd38d5d81b
It was posted in this thread.
Edit
I think the shortcut needs fixing, it actually does convert but for some reason it gives you a heic link despite the image being in Slink as a jpg.
You mean in the compose file? Yeah, that's all good. API upload is working fine, it's just a case of the shortcut not giving the right URL for some photos.Weird, it works perfectly ok for me.
Is the Slink Origin variable set correctly and the same as the shortcut URL? I had issues when that was not the case.
You mean in the compose file? Yeah, that's all good. API upload is working fine, it's just a case of the shortcut not giving the right URL for some photos.
Example, it put this into my clipboard after an upload (img tags removed):
But if I look in the Slink web UI at history I see the image, but the URL is:
Nice one mate. Now to figure out a resize option.![]()
?width=1000&height=750
for example to the end of the image link to resize. Would be easy enough to add that into the shortcut.So which sites can I use right-click and upload straight from the context menu in my browser?