Imgur has blocked the UK

Rebuilt slink using traefic instead of nginx, seems to work using the shortcut now.edit no it’s not!

67a1efc5-762e-403c-ad64-762d9ee149d4.heic


Edit again, trying from Mac rather than iPhone:

f6360bb7-f00f-4b20-a85b-8180109de5d4.heic
 
Last edited:
Rebuilt slink using traefic instead of nginx, seems to work using the shortcut now.edit no it’s not!

67a1efc5-762e-403c-ad64-762d9ee149d4.heic


Edit again, trying from Mac rather than iPhone:

f6360bb7-f00f-4b20-a85b-8180109de5d4.heic
Should slink not automatically convert heic to jpg?

Also, that's just the image identifier. Surely it needs the full address url.
 
Last edited:
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.
 
I made this account because OcUK was giving away a free game

I made thicktok, discord and x accounts just to enter one of their competitions and won diddly squat as expected, I haven't used the accounts since and won't use them again unless there's another competition.


I don't have an imgur account but have probably used it thousands of times on sites like this that had embedded photos from the site and therein lies the problem.

Even if Imgur capitulated and forced people to somehow verify their age to upload images would it be enough to appease GDPR and OSA?

In theory they could then prove everyone uploading was over 13 but it would still be impossible to say how old people viewing the images embedded into other sites were so any other similar hosting sites might eventually get blocked as well.
 
what is your bandwidth cap? :)
Good question.

I have 100Gb of storage, I've used just under 10Gb so far (multiple web sites, big blog site) and this is my bandwidth for the month so far for everything on the hosting. In September I used just under 30GB bandwidth.

regbeiugheruuihf.png
 
0b7318c3-c861-4dd1-b49f-248083317fe2.jpg


Just testing out API upload to slink, took me far too long to figure out.

Next step, scrape some forum posts, grab the image from imgur, then convert to a slink url I can paste in.

Edit for anyone else as sad as me on a Friday night, get your API key in the UI, then do something like:

Code:
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>"
 
Last edited:
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:
 
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:

That is quite odd. I've just used the icloud share link to set up the shortcut again and uploaded a photo I took which is definitely in HEIC format, and it copied the jpg link straight away.

I can assume that, for whatever reason, the shortcut 'convert to jpg' isn't working. Then you're uploading a HEIC file and grabbing the link before Slink has automatically converted it to jpg.
Actually, upon writing that, I have gone back to the shortcut and figured it out. The API call was set to upload the image from the shortcut input, and not the converted image, which is a separate file from the original after being converted, of course.


Updated link, that should now work :)
 
I have written a shortcut that can run across all my Apple devices that uploads images to my GitHub repo. My website is hosted on AWS Amplify so it auto monitors the repo for changes and rebuilds whenever an image is added. I need to hide sensitive information then I can share this. It's far better than paying rip off prices for apps like Working Copy.
 
Back
Top Bottom