Spyke

Replies

Comment on

Those who tried Linux and went back to Windows, what caused you to go back to Windows?

Programmer and big Linux fan here. I use Linux for multiple servers/vm's. For a while I also had Linux on my desktop and using a Windows VM with PCI-passtrough for gaming. It works. However I came to the conclusion I was only using the PC for gaming (on the VM), and doing all my programming on my MacBook. So basically the Linux part on my desktop was just useless. Although I want to, I don't have any use cases for Linux on the desktop.

Edit: I do have a steamdeck. Love the thing!

Comment on

Hosting Lemmy with Traefik as a reverse proxy

Reply in thread

In one of the updates, I noticed in the traefik dashboard that traefik was forwarding to a different port. So I added the following label in my web labels:

      - traefik.http.services.web-lemmy.loadbalancer.server.port=8536

You might need to change the web-lemmy part to whatever the traefik service is named in your config.

You reached the end