[-] Malin@omg.qa 10 points 1 year ago

Self-hosted Bitwarden.

[-] Malin@omg.qa 4 points 1 year ago
[-] Malin@omg.qa 9 points 1 year ago

Yes, with mailcow.email and a catchall and random email system with Anonaddy.

[-] Malin@omg.qa 4 points 1 year ago

I run my own instance because I have the resources, I intend to create communities and it is much more private this way.

186
submitted 1 year ago by Malin@omg.qa to c/privacyguides@lemmy.one

backup, just in case the original link goes down

[-] Malin@omg.qa 18 points 1 year ago

You are still giving them traffic, just not directly.

[-] Malin@omg.qa 12 points 1 year ago

Privacy wise for me it is more convenient to run my own instance and have my own private communities.

[-] Malin@omg.qa 16 points 1 year ago* (last edited 1 year ago)

With this Docker image: lscr.io/linuxserver/code-server

Here is a sample docker-compose.yml.

edit: replaced code block with link due to the formatting being a complete mess

[-] Malin@omg.qa 45 points 1 year ago

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.

[-] Malin@omg.qa 3 points 1 year ago

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.

[-] Malin@omg.qa 4 points 1 year ago

HaProxy for most of the stuff and Nginx for very limited stuff. Or a combination between HaProxy and Nginx in some very special cases.

[-] Malin@omg.qa 6 points 1 year ago

Mlem looks promising, if it can develop the save functionality that Apollo has then it gets my vote.

[-] Malin@omg.qa 6 points 1 year ago
view more: next ›

Malin

joined 1 year ago