What’s your recommendation for listening to music privately?

My requirements are: open source desktop/web (Linux) and android app. I also want basically every song I would ever want.

I’m willing to pay just not on agregious amount of money.

If you are posting your recommendation please care to include the tradeoffs or any annoyances you got from it.

Thanks all!

  • guymontag@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    I’m not really much understanding what’s going on here. Your saying if I run this “gluetun” software and JUST have tailscale running on my device, all my traffic will still be routed thru mullvad. If so, will this greatly affect internet speeds? (Even the traffic not needed by tailscale is still routed thru)

    • ItsNotImportant24@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 day ago

      Gluetun is a container to allow vpn connections. In docker any container you want to use the vpn connection you would put network_mode: service:gluetun and those containers would then use the vpn connection. With tailscale you would still access those containers through your tailscale ip address but they will be behind the gluetun vpn container. Tailscale doesnt act as a vpn as in masking your online activity it only secures your server from being accessed from outside of your tailnet. You can enable mullvad in tailscale but that provides mullvad exit nodes that any internet activity outside of your containers would be behind. Gluetun allows you to put your containers behind vpn as well. As far as speeds go, it might slow down abit but not much

    • PM_ME_YOUR_BOOBIES@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      No it has very little overhead. But you’ll need to choose between tailscale of mullvad on your phone since you can’t have two different VPN clients running at once on your phone.

      • ItsNotImportant24@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 day ago

        Not true. If you enable mullvad in tailscale then when you have tailscale installed and enabled on your phone it allows you to route your phone through mullvad which has been enabled in the tailscale console. Its true about only one vpn connection, but with tailscale it provides mullvad connections in the app if you enable it in the tailscale console. Then you can access your containers remotely through tailscale and also have all your internet traffic go through mullvad all in the tailscale app