Skip Navigation
Guess we will need to stay away from Edge
www.neowin.net Edge sends images you view online to Microsoft, here is how to disable that

Microsoft Edge has many convenient features to improve your browsing experience. However, some of those features raise privacy concerns. One, for example, sends images you view directly to Microsoft.

Edge sends images you view online to Microsoft, here is how to disable that

backup, just in case the original link goes down

20
Welcome to !selfhosted@lemmy.world - What do you selfhost?
  • Well thanks to the soon to be dead /r/selfhosted on reddit I started selfhosting few years ago and now approximately 90% of my stuff is selfhosted:

    • Gitlab
    • RocketChat
    • VS Code
    • Anonaddy
    • Etherpad
    • Min.io
    • Archivebox
    • FreshRSS
    • FileStash
    • Matomo
    • InfiniteWP
    • piHole

    as daily drivers and several others that I use from time to time.

  • Self-hosting Lemmy on Hetzner
  • Well if you are using docker-compose you could probably get rid of the nginx container and only deploy the other four: lemmy, lemmy-ui, pictrs, postgres. You would then use the nginx.conf stuff you have in place for the docker container of nginx to proxy to lemmy-ui and lemmy on ports 1234 and 8536. Or if you plan to keep using the docker container for nginx then you can change the listening port in the nginx.conf of the container:

    listen 80;

    to something different like

    listen 1080;

    Also in the docker-compose.yml you would update the nginx ports to 1080:1080.

    Hope this answers your question.

  • Self-hosting Lemmy on Hetzner
  • I used docker-compose version and had to work around a couple of bugs like needing to redundantly install Nginx and Let's Encrypt for it to work properly with SSL and also having to add the lemmy container to the internet facing network due to the DNS not working on it and subsequently loosing federation capability. Overall a bit of a struggle, but this is common with FOSS.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
    Malin @omg.qa
    Posts 1
    Comments 3