People have been having issues with uploading images/videos to Burggit sometimes, usually a lemmy issue that we have no control over. Well now we have https://shota.nu feel free to upload your embeddable files there and embed them directly into Burggit! think of it as Imgur, but less retarded!
Check it out: https://shota.nu Keep uploaded content within Burggit Rules
important note: uploaded data is NOT encrypted. For encrypted temporary file sharing, try Shota Send instead.
Important note #2: Make sure to use the direct link when embedding files! It will look something like https://shota.nu/ss/yourfileid.extension
. If it does not have the /ss/ it’s not a direct link and will not embed properly on lemmy.
For ShareX Users (Click to expand)
ShareX Config Provided by: @Sheep@burggit.moe
Download link. Or just import the following from your clipboard into sharex:
{
"Version": "13.1.0",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "PUT",
"RequestURL": "https://shota.nu/upload/",
"Headers": {
"Accept": "application/json",
"Linx-Delete-Key": null,
"Linx-Access-Key": null
},
"Body": "Binary",
"URL": "$json:direct_url$",
"DeletionURL": "https://shota.nu/delete/$json:filename$?linx-delete-key=$json:delete_key$"
}
Just making sure: You can also upload lighter images normally on the Lemmy instance as an attachment when posting right? For bigger media that’s indeed very useful to have; Thanks for thinking of everything!
Yeah, if you can get your image to upload through the regular interface, it’s fine. This is mainly for files that simply will not upload through the regular interface because Lemmy’s built in uploader is terrible.
Nice domain btw, “shota nu” basically means “naked shota” in portuguese
That’s great! nu means now in Swedish, Dutch, Norwegian and I think some other languages too. I love that it means naked shota in portuguese xD
It has the same meaning in french hahah “un shota nu” : “a naked shota”, and in galician and catalan. It’s what I use to remember what the domain name is, just thinking “naked shota”.
I love this accidental double meaning I made it have. Truly, it was fate.
Nice :3 I use the same server, just changed a few things and different theme etc.
How do you get a different theme? I hate the white theme but didn’t know you could change it.
I just downloaded the source and changed variables around. Working on adding an image now, which is giving me a pain in the ass to position xD coz i have to rebuild the project over and over to test.
Highly recommend building outside of docker if u want a quick test. I chose to stick with docker, which means every time i gotta create a new docker image just to see my changes, try to fix, repeat, etc.
Lemme know if u need help.
Is this a third party service or something you guys made?
I made it, not a thirdparty.