this post was submitted on 21 Jun 2023
84 points (100.0% liked)

Privacy Guides

16270 readers
29 users here now

In the digital age, protecting your personal information might seem like an impossible task. We’re here to help.

This is a community for sharing news about privacy, posting information about cool privacy tools and services, and getting advice about your privacy journey.


You can subscribe to this community from any Kbin or Lemmy instance:

Learn more...


Check out our website at privacyguides.org before asking your questions here. We've tried answering the common questions and recommendations there!

Want to get involved? The website is open-source on GitHub, and your help would be appreciated!


This community is the "official" Privacy Guides community on Lemmy, which can be verified here. Other "Privacy Guides" communities on other Lemmy servers are not moderated by this team or associated with the website.


Moderation Rules:

  1. We prefer posting about open-source software whenever possible.
  2. This is not the place for self-promotion if you are not listed on privacyguides.org. If you want to be listed, make a suggestion on our forum first.
  3. No soliciting engagement: Don't ask for upvotes, follows, etc.
  4. Surveys, Fundraising, and Petitions must be pre-approved by the mod team.
  5. Be civil, no violence, hate speech. Assume people here are posting in good faith.
  6. Don't repost topics which have already been covered here.
  7. News posts must be related to privacy and security, and your post title must match the article headline exactly. Do not editorialize titles, you can post your opinions in the post body or a comment.
  8. Memes/images/video posts that could be summarized as text explanations should not be posted. Infographics and conference talks from reputable sources are acceptable.
  9. No help vampires: This is not a tech support subreddit, don't abuse our community's willingness to help. Questions related to privacy, security or privacy/security related software and their configurations are acceptable.
  10. No misinformation: Extraordinary claims must be matched with evidence.
  11. Do not post about VPNs or cryptocurrencies which are not listed on privacyguides.org. See Rule 2 for info on adding new recommendations to the website.
  12. General guides or software lists are not permitted. Original sources and research about specific topics are allowed as long as they are high quality and factual. We are not providing a platform for poorly-vetted, out-of-date or conflicting recommendations.

Additional Resources:

founded 1 year ago
MODERATORS
 

drop em here!!!

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 21 points 1 year ago

imgbb.com is what I use quite often cause imgur is trash.

[–] [email protected] 12 points 1 year ago (3 children)

Wait, I'm simply pasting them into my comment. Why should I use a dedicated image holster?

[–] [email protected] 26 points 1 year ago (2 children)

Hosting the images directly on the lemmy/kbin instance creates imo unnecessary traffic to the servers. I don't know if admins can disable selfhosting images, but considering the low-powered machines almost every instance is currently hosted on, I would assume it would be in everyones self-interest to outsource image hosting (at least for now).

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Postimages already has official plugins for several forum softwares. I am sure one of them could be tweaked for use in Kbin and Lemmy instances. And postimages themselves might help in this, if contacted.

https://postimages.org/plugins

[–] [email protected] 2 points 1 year ago

This is a privacy risk because Lemmy doesn't proxy external media (or cache remote media like Mastodon). It's also better for longevity, if an external image host the image is gone.

[–] [email protected] 20 points 1 year ago (1 children)

To offload the storage requirements of the instance you're posting in. If everyone starts uploading images directly in the comment, the server HDD/SDD will be overloaded. Consider using a third party service and posting the link from there instead!

[–] [email protected] 12 points 1 year ago (1 children)

Thats kinda the point of the feature though.. To be used. If its a performance issue, then it should be turned off. In the end, someone has to host the content.

[–] [email protected] 6 points 1 year ago

Agreed, that decision should not be left up to the users. It's the server maintainers who know best whether they can afford the storage space. If not, they should limit the ability to store too much data, by whatever means they find relevant, e.g. by limiting maximum post size.

[–] [email protected] 1 points 1 year ago

i changed the topic as a general imgur alternatives post, since i could just use the kbin interface to upload images in comments... kbin is miles ahead of reddit with that feature LOL

[–] [email protected] 12 points 1 year ago
  1. you can upload the image directly when creating a post
  2. picoshare (selfhosted) might be a good option
[–] [email protected] 11 points 1 year ago (3 children)

I run my own file host: kimiga.aishitei.ru. Files get uploaded from clipboard using ShareX. This allows me to have control over my own files, how long they last or if they should last forever, and I'm not dependent on a benevolent developer preventing my links from rotting 8 years from now when they close down their host due to it costing them too much or simply because they got bored of being a sysadmin/dealing with issues (or users) of their site.

I used to donate to pomf.se and used that as the image host because I was a supporter of the sysadmin - but it eventually grew too large and had to shut down. Then a bunch of pomf.se clones popped up and I used one of those - can't remember which one but then that one shut down too after only a year. That's when I decided to set up my own host.

I don't allow other users on the site because I don't feel like having to deal with what users upload, DMCA requests, morally gray areas, etc.

.ru domains are sometimes blocked so my backup is catbox.moe

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

From a control standpoint, but not always from a privacy standpoint. Some people don't want their images to be tied to a domain they own.

[–] [email protected] 2 points 1 year ago

Wow nice setup. How can i do this on my server?

load more comments (1 replies)
[–] [email protected] 6 points 1 year ago (2 children)

Discord. You can get the links for images and videos posted in it, and they work outside their original site.

[–] [email protected] 13 points 1 year ago

Discord is the worst option in terms of privacy, and since this is the privacy guides community, I am thinking that should be an important criteria to consider.

[–] [email protected] 3 points 1 year ago

I didn't know you could do this. I cross post a lot into my discord servers, so this might work.

It's not revealing any information about your discord server by doing so, right?

[–] [email protected] 6 points 1 year ago

An imgur alternative should be on privacyguides.org if we ever find one that follows the "privacy guides way"

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

I host my own images on my server using nginx to serve them from /var/www/images. You can see an example here: https://images.nunosempere.com/blog/2023/02/19/bayesian-adjustment-to-rethink-priorities-welfare-range-estimates/ignore-the-prior.png

The nginx configuration I'm using is

server {

        root /var/www/images;

        index index.html index.htm index.nginx-debian.html;

        server_name images.nunosempere.com;

        location / {
                # First attempt to serve request as file, then
                # as directory, then fall back to displaying a 404.
                try_files $uri $uri/ =404;
        }

    listen [::]:443 ssl ipv6only=on; # managed by Certbot
    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/images.nunosempere.com/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/images.nunosempere.com/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

}
server {
    if ($host = images.nunosempere.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot

        listen 80;
        listen [::]:80;

        server_name images.nunosempere.com;
    return 404; # managed by Certbot

}

[–] [email protected] 1 points 1 year ago

How do you upload them though ? Serving images is easy, but the upload part from wherever (my laptop, my tablet, your phone, ...) is the "hardest" one if you want an imgur-like upload form. Do you require authentication? Maximum file size? Persistence? etc..

[–] [email protected] 5 points 1 year ago (1 children)

Lensdump seems good. And it has an option to strip exif data when you upload, which is nice.

[–] [email protected] 2 points 1 year ago

I recommend Lensdump too. It also has an auto-delete feature, which is nice. It doesn't allow for anonymous/guest downloads, but that's not exactly a bad thing.

[–] JanoRis 5 points 1 year ago (3 children)

So lemmy.world lets you just copypaste images directly from your snipping tool and hosts them on lemmy.world/pictrs

Kbin sadly does not do this, no idea if other lemmy instances do this

example1

example2

[–] [email protected] 12 points 1 year ago

AFAIK this is for all instances but it'll be better to host images in a dedicated service to not overload lemmy servers

load more comments (2 replies)
[–] [email protected] 5 points 1 year ago (9 children)

I just signed up for PixelFed but haven't uploaded anything as of yet.

https://pixelfed.social/

[–] [email protected] 2 points 1 year ago (3 children)

is the social aspect of pixelfed required? meaning, could I just upload screenshots and images for threads like this and not have to deal with comments, likes, and followers? I just want to link to images.

[–] [email protected] 3 points 1 year ago

It looks like the Fediverse analog of Instagram. Imgur allows anonymous uploads, so you can upload throwaway junk (e.g., memes) and not care. It doesn't look like you can do that with Pixelfed, anymore than you could have done that with Instagram.

[–] [email protected] 1 points 1 year ago

I haven't a clue. I need to go set up my profile and see how it all works.

load more comments (1 replies)
[–] [email protected] 2 points 1 year ago

Yo this is awesome! Is there a way to get ShareX to upload to it?

load more comments (7 replies)
[–] [email protected] 4 points 1 year ago (1 children)

I generally use catbox.moe

[–] [email protected] 3 points 1 year ago

I only just found out about catbox.moe and i love it, it really adds to the "old internet" vibes of this place.

[–] [email protected] 4 points 1 year ago

I run an instance of Xbackbone on my server, and it works quite well. It can export you a ShareX config for Windows, and on Linux/macOS it can export either a shell script (which I use with KSnip) or a Screencloud plugin to use with it.

[–] [email protected] 4 points 1 year ago (1 children)

I have for long used postimages.org whenever I needed one. But imgbb.com is also an equally good option.

[–] [email protected] 3 points 1 year ago

I've also been using postimages.org (but always without logging in and with adblockers and additional privacy addons. Would love to find something that's more FOSS aligned though (that also doesn't require log in and allows pasting images).

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

Thanks for the recommendation. Will give it a shot

[–] [email protected] 3 points 1 year ago

I use imgbb.com almost exclusively. I really like it. It's fast, easy and works well for bulk uploads. It also has a fast drag and drop on the homepage so I can just type "im" on the url bar, press enter, drag and drop like 20 images or just Ctrl V, press upload and copy the urls. No overhead at all.

[–] [email protected] 3 points 1 year ago

I've always used put.re.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I always use the toll the website provides itself

[–] Interstellar_1 2 points 1 year ago
[–] [email protected] 2 points 1 year ago (1 children)
load more comments (1 replies)
[–] [email protected] 2 points 1 year ago
load more comments
view more: next ›