I did mean your android system. I’m not on jellyfin, yet, so not familliar with uts quirks.
Calculator Manipulator
I did mean your android system. I’m not on jellyfin, yet, so not familliar with uts quirks.
Does importing the ca not help?
This is ridiculously good :D
What is a recommended SSD nowadays? I don’t really have a criteria other than avoiding the noise - sata works well enough for me.
I think this is the way!
I didn’t add it to any lists, but to the network interface itself. You know the output of ip a
? The one pihole listens on (wg0
in my case, because wireguard) has something like, say, 10.0.0.1
, but also 8.8.8.8
. So when a DNS packet is spit out by chromecast to go to 8.8.8.8 UDP port 53 - my pihole happily answers that request. You could also do a separate unbound instance on a new virtual interface with a quad8 ip and just forward everything to pihole, if you fancy.
Being locked into googles DNS gives me problems
I solved that by adding an 8.8.8.8 ip to my pihole interface. Because of how TCP/IP works, this has the fewest hops and is, therefore, the one to be used. I’m blocking all outbound DNS traffic for good measure.
Separate. That’s the whole point of containerisation! Otherwise you’re just doing a regular deploy with extra steps
I would suggest having an nginx as a reverse proxy (I prefer avoiding a container as it’s easier to manage) and the have your services in whatever medium you prefer.
Plug your pies into wireguard. Problem solved.
Do yourself a favour and don’t host it, yet. Lemmy is not quality software. You have 3 options here:
Best of luck!
You could just have a dedicated backup user that is in all the groups of you docker volumes.
That is actually somewhat less of an issue now that bans and content removal are federating. Kbin is the easiest to abuse at the moment, but, luckily, there aren’t many instances of it.
I would advise against it.
I’ve not thought of such a thing before. How does it work on a technical level? Can’t imagine a sim+gps being useful for long.
not looking for something like Xbrowsersync or Firefox Account syncing.
Firefox account can be self hosted, though!
Ports and reverse proxies aside (proxy would be my go to) you can also just assign another virtual IP on you interface.
NFS comes to mind, naturally.
I remember some years ago scp had a big issue, can’t recall what, though. But that made me have a look at rsync, and I’ve been using that ever since. Flags are a bit atteocious, but I’ve aliases
rsync -avz status=progress
tocopy
and it’s been happy days. One other benefit - incremental copy. Helps in cases where a copy procedure had been stopped for whatever reason.