Skip Navigation

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/)U
Posts
3
Comments
207
Joined
3 yr. ago

  • Deleted

    Permanently Deleted

    Jump
  • It's funny how many people are so vocal about this but fail to understand this basic point.

  • I don't know about anyone else but I take steps to ensure that I rarely see any ads. The manipulation of political beliefs is far more than just ads though, however the people who don't care about seeing ads also seem to be the people who don't mind using Facebook, twitter etc.

  • Why is it puzzling?

  • They shouldn't be in it at the best of times, let alone when they're genociding.

  • After seeing two pissed women spitting on some vaguely dark skinned men on the train after this march, I can believe this is pretty accurate.

  • Precisely this.

  • A massive one.

  • I use portainer, not sure if that counts as a dashboard?

  • I hope the real version doesn't have the spelling problem!

  • This assumes that elections are fair and not manipulated, and that money doesn't reach all sides, which isn't a given at this point.

  • Links to daily fail...

  • Deleted

    Permanently Deleted

    Jump
  • Who are the stakeholders?

  • This is how Trump works, and it is a technique used by many others (see Brexit) though. Suggest something completely ridiculous without intention of it passing but the idea sticks and you end up with a compromise being considered that wouldn't have previously stood a chance.

  • Yeap, saw this on Saturday when a woman wrapped in a flag after the march spat her drink all over two men on a train. Funnily enough the men just happened to have dark skin. Not about racism at all.

  • Wind your neck in bellend

  • Yes, the mullvad integration is essentially what I am trying to achieve because I cannot run both vpn and tailscale as they conflict. Unfortunately I need mullvad on other devices and have spare device slots I can use so it makes no sense to pay another $5 on top.

    I was hoping that requests to the jellyfin port would get returned back through tailscale directly and anything else goes on to gluetun. The subnet option sounds like this would be the solution but I could be misunderstanding many things here.

  • Interesting, I will definitely give that a try, thank you.

  • Is jellyfin going through mullvad? Jellyfin and tailscale are using host. This is part of a larger docker compose where I do have things running through gluetun.

    Since your Tailscale is host network mounted, you’ll be able to expose your Docker network subnets over Tailscale then access Jellyfin. This is done via the TS_SUBNETS env variable. Docker will use a 172.16.0.0/12 subnet.

    Thanks that sounds like what I'm after. So this means that I could access jellyfin on the 172.x.x.x address but anything else goes to the exit node (and then the vpn)?

  • Essentially, I want to be able to use a vpn at the same time as tailscale when I am on my phone and away from home or connected to a hotel wifi etc. Android doesn't allow this but I read about tailscale exit nodes so I have set this up and it works. The issue is that I would prefer to not use my server location as the exit so I want to push traffic into gluetun (which I already have set up with other stuff running in it).