Sure, but there’s still a lot you can do with a cheap bluetooth OBD-II reader.
I’m just this guy, you know?
Sure, but there’s still a lot you can do with a cheap bluetooth OBD-II reader.
Only rich people and idiots take their car to a dealer for service.
My ‘14 has no connectivity beyond GPS and Bluetooth. My ‘16 had internet connectivity but only via 2G which doesn’t work anymore. I think I’m good.
The last car I bought is a 2014 model year. The one before that is a 2016. I’m not buying anything made after 2020, even if I have to squeeze gasoline from the rocks with my bare hands. Not because I don’t like electric, but because I don’t want a spy appliance to drive around in, even if it has emoji headlights.
See, most companies would do this before they went public.
I’ve been looking for something like this for a while. Calibre is great for managing it on a personal machine, but I want something that I can use on the web and then, with a click, send a book to a Kindle or whatever.
Pausing Gluetun might do that, or it might route the Torrent traffic over the regular network, in which case you might see a blip in the download rate before it goes up again.
Personally I prefere this docker-ized torrent client, since it’s got the VPN built right in, and I don’t need a VPN to do anything other than torrents.
Also from that site: “Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53” - I assume this is what Cloudflare is for instead of Duck or Amazon? I also assume it means "tell Cloudflare to take traffic on port 80 and 443 and send it to NGINX’s 80 and 443 as per the previous bullet) - but how?
Yes, this is configuring Cloudflare’s DNS to point to your home IP address. You shouldn’t need to tell it which port, because that’s on a different layer.
First of all, is that all correct or have I misunderstood something?
There’s a couple things you’ve got a bit wrong:
I think I’m correct in saying that mysubdomain.mydomain.com is actually an IP address and a public port, so something like 123.456.7.8:443, then Cloudflare - which is the reverse proxy - gets involved (somehow? how?) to say “ah, 123.456.7.8:443, you obviously want to go to funkless.raspberry.pi:NGINX (or rather something like 987.654.3.2:443)” and then NGINX - which is the proxy-proxy, not a reverse-proxy - goes (somehow? how?) “ah, 987.654.3.2:443, you obviously want to go to 987.654.3.2:8096 which is jellyfin”)
I’m not sure what Cloudflare product you’re using, but I use it as a DNS server for my domain. If you’re doing the same thing - you’ll have configured A records and such if so - then what’s happening is this:
subdomain.mydomain.com
. Your device needs the IP to connect to, so it asks Cloudflare for the IP address. Think of this like calling information to find a phone number.However, if you’re using some other thing at Cloudflare to make a VPN this might be entirely wrong.
How does mysubdomain.mydomain.com know it’s me and not some random or bot?
Unless you’ve implemented some kind of filtering or authentication in Nginx, it doesn’t. I got around this by configuring HAProxy - which is like Nginx - to only allow requests from my local network except for specific domains that I want to be public.
Is this step “port forwarding” or “opening ports” or “exposing ports” or either or both? (I don’t understand these terms)
Exposing or opening ports is something you do with a firewall. The purpose of Nginx is to make it so you only have to open 1-2 ports, and Nginx will handle redirecting traffic based on its configuration.
If my browser when accessing mysubdomain.mydomain.com is always going to port 80/443, does it need to be told it’s going to talk to cloudflare - if so how? - and does cloudflare need to be told it’s going to talk to NGINX on my local machine - if so how?
If you’re using Cloudflare like I described above, you will only need to tell Cloudflare the public IP address of your Nginx server. Generally you do this by telling your domain registrar (where you buy domain.com
) to use Cloudflare’s “nameservers” and then configure Cloudflare to point to your public IP address.
How do I tell NGINX to switch from local:443 to local:8096 (assuming I’ve understood this correctly)
You edit the Nginx config to add something like this:
server {
server_name subdomain1.example.com;
location / {
proxy_pass http://hostname1:port1;
}
}
Then, when Nginx receives a connection request for subdomain1.example.com
for any location, it will proxy it to the configured hostname (or IP address) and port.
Is there a difference between an SSL cert and a public and private key - are they three things, two things or one thing?
There are two parts to an SSL cert: A public key and a private key. How SSL works is… complicated, but suffice to say the public key is shared with the connection, and the private key is hidden on the server. You can encrypt data with either one, and only the matching key can decrypt it. This allows both sides to trust the connection and for nobody else to see the data.
Doesn’t a VPN add an extra step of fuckery to this and how do I tell the VPN to allow all this traffic switching without blocking it and without showing the world what I’m doing?
The Internet is like an ogre: It has layers. HTTP and DNS are on one layer, VPNs are a different layer. HTTP and DNS traffic can travel over the Internet, or your local network or over the VPN.
If you’re just setting up a local Jellyfin server, you technically don’t need Cloudflare. Your home router will probably let you hard-code a DNS entry for a local IP address, which will keep all of that traffic on your local network. And if you do that right you won’t even need SSL.
Gluetun just looks like a text document to me (compose.yml) - how do I know it’s actually protecting me?
I’m not familiar with how Gluetun works, but it’s not just compose.yml
. When you start it with docker-compose run
it will download and extract the code to run Gluetun, and configure networking and other things.
If you’re starting off in slippery conditions is good to start in a higher gear so there’s less torque and you don’t exceed the lower amount of friction with the road surface.
If you’re driving in the snow you don’t want a lot of torque starting out. When I’d drive a manual transmission I’d start off in 2nd rather than 1st for this reason.
Electric motors are famous for having maximum torque instantly, so unless it’s got an accurate wheel slip sensor it will apply too much torque and just spin.
Then there’s the problem of it being super heavy. The best car I ever drove in the snow was a Scion xA. It was so light it would float above any accumulation. My motor scooter was even better.
There’s some product manager at Bing who probably got a promotion for that
I don’t know about you but my water bill is measured in gallons
My problem with banning TikTok is that it’s not because it’s an app that harvests data and causes psychological and social harm, but that we’re banning it because it’s not an American app that harvests data and causes psychological and social harm.
docker
directory I never look atPlus having all my services in a couple docker-compose files also means I can move them around incredibly easily.
I knew they’d say that
I used to think that CRISPR would cure cancer, but we’d be back to square one with bacterial disease as antibiotic resistance became widespread.
Now it seems the only thing I have to worry about is paying for it.
(Yes you are too European to understand that.)
Modern wizards pore over ancient tomes (old forum posts) and write spells for eldritch beings in arcane languages (program computers) and are fueled by power potions that give them unnatural abilities (coffee)
My vote is Vin Diesel
I thought this Thursday felt particularly irrational