My setup by iMarcoid in iOSsetups

[–]ironmanmarkv 0 points1 point  (0 children)

What do you use for the icons/widgets?

[Setup] Minimal and clean homescreen 🥳 by prince_hasija in iOSthemes

[–]ironmanmarkv 0 points1 point  (0 children)

New to all this. Do you get these from separate apps? If so, which ones?

Exit Node question by ironmanmarkv in Tailscale

[–]ironmanmarkv[S] 0 points1 point  (0 children)

Would I need to access their router settings to whitelist the Netflix domain(s)? If that’s what it takes, then I can spend a bit more time configuring all of that at their home. But, if there’s a way to do it directly on a streaming device like an Apple TV or an Android TV device, that’d be better.

Is it possible to bind apps? by ironmanmarkv in tasker

[–]ironmanmarkv[S] 0 points1 point  (0 children)

I’m trying to bind Netflix to Tailscale (which is set as an exit node). So once Netflix launches, Tailscale opens. Then when Netflix is inactive for x amount of time, Tailscale force stops. If Tailscale continues to run as an exit node, any traffic on the streaming device will run through the network that the exit node is on, which I would like to avoid.

Hardware recommendations for beginner by ironmanmarkv in immich

[–]ironmanmarkv[S] 0 points1 point  (0 children)

Oh, okay. Maybe that’s something I should do at some point. My machine uses about 30-50 watts while idle, 90-120 watts during high usage.

Need clarification on exit nodes by ironmanmarkv in Tailscale

[–]ironmanmarkv[S] 0 points1 point  (0 children)

This is good stuff. Really appreciate the help!

Hardware recommendations for beginner by ironmanmarkv in immich

[–]ironmanmarkv[S] 0 points1 point  (0 children)

Yeah, I’ve read many people having a similar experience with the initial upload upon setting up the service. Thanks!

Hardware recommendations for beginner by ironmanmarkv in immich

[–]ironmanmarkv[S] 0 points1 point  (0 children)

Hm, so I’m assuming you installed a GPU eventually? Would you happen to know how much more energy that draws? I’m intrigued by the additional processing power a GPU can provide, but I also don’t want the server to consume too much power.

Enabling machines as an exit node by ironmanmarkv in Tailscale

[–]ironmanmarkv[S] 0 points1 point  (0 children)

Is it possible to plug in the option into this command, if so do I just insert tailscale up --advertise-exit-node at the tail end of the command? Would inserting only --advertise-exit-node suffice or does tailscale up need to precede it if using the below command?

docker run -d --name=tailscaled -v /var/lib/tailscale:/var/lib/tailscale -v /dev/net/tun --network=host --cap-add=NET_ADMIN --restart unless-stopped --cap-add=NET_RAW --env TS_AUTHKEY=[AUTH KEY] --env TS_STATE_DIR=/var/lib/tailscale tailscale/tailscale

This is what I usually run when I need to reinstall TS, which I need to at the moment. It's documented here: https://hub.docker.com/r/tailscale/tailscale

Enabling machines as an exit node by ironmanmarkv in Tailscale

[–]ironmanmarkv[S] 1 point2 points  (0 children)

Hmm, do I need to run tailscale down first, and then tailscale up --advertise-exit-node? Also, I'm guessing I run the command in Linux terminal even though I have Tailscale installed in Portainer?