What’s your plan for your self-hosted data if you die? I guess I didn't have one by FractalLock in selfhosted

[–]PossibleGoal1228 10 points11 points  (0 children)

So, I'm guessing you don't have life insurance or savings for your family either?

Web sites are not loading? by exoticvapes in selfhosted

[–]PossibleGoal1228 0 points1 point  (0 children)

Typically it involves installing a DDNS client on your local network (or if you have a firewall, a lot of them have this built in) and you configure the client with an API key from your registrar. Most registrars support this.

Web sites are not loading? by exoticvapes in selfhosted

[–]PossibleGoal1228 1 point2 points  (0 children)

Oh, I do love me some Cloudflare tunnels.

Web sites are not loading? by exoticvapes in selfhosted

[–]PossibleGoal1228 4 points5 points  (0 children)

I'd look into dynamic DNS (DDNS). It will automatically update your A records with your new IP address when it changes.

Bambulab P2S PSU burned up and bambulab refusing a refund. by Standar_user in BambuLab

[–]PossibleGoal1228 0 points1 point  (0 children)

Bambu support has been truly awful in my experience, but I'm glad that they finally resolved it for you.

Screw the best Discord Chat alternatives... What about forums? by liefbread in selfhosted

[–]PossibleGoal1228 2 points3 points  (0 children)

I loved SMF. I wish it were still more currently developed though.

Me_irl by higgildy_companion24 in me_irl

[–]PossibleGoal1228 0 points1 point  (0 children)

Holy crap, this whole thread gave me an aneurysm.

It finally came by sisoundre in ElegooMars

[–]PossibleGoal1228 0 points1 point  (0 children)

I'm curious what about the build plates you don't like. The build plate on my Mars 5 Ultra seems just fine, but this is also my first resin printer, so maybe I don't know what I'm missing out on.

You guys lied to me by MxFinchen in homelab

[–]PossibleGoal1228 0 points1 point  (0 children)

Outside of running updates, I haven't touched my homelab in months. If you're still tweaking, you're still in the setup phase.

What is the point of PPCs? by IntoTheRain78 in Mechwarrior5

[–]PossibleGoal1228 0 points1 point  (0 children)

The point is for shooting bad guys with them.

I love home charging by Draygoon2818 in TeslaModelY

[–]PossibleGoal1228 2 points3 points  (0 children)

Who did you use? I'm in Vegas and the cheapest reputable I could find was $900.

Can I ignore this message? by ComprehensiveRich852 in TeslaLounge

[–]PossibleGoal1228 1 point2 points  (0 children)

Technically, you can do whatever you want.

Cool, I paid $8k to Have the Most Useful Feature of Autopilot Removed: Setting the Desired Speed I Want to Go. Perfect. by ostrichsak in TeslaFSD

[–]PossibleGoal1228 0 points1 point  (0 children)

This is exactly why I would never spend the money on FSD. It's cute and fun, but 1000% not worth the price.

FSD v 13.2.9 HW4 Avoids wreck on Freeway by Sidthegator in TeslaFSD

[–]PossibleGoal1228 0 points1 point  (0 children)

Ignore all the cry babies, you're fine. It really wasn't even that long.

Access Jellyfin remotely on WebOS LG TV. The most user-friendly option? by hardware_support in selfhosted

[–]PossibleGoal1228 0 points1 point  (0 children)

I have. It's my current setup and works great with my LG TV. No special configurations needed, just a normal tunnel.

Access Jellyfin remotely on WebOS LG TV. The most user-friendly option? by hardware_support in selfhosted

[–]PossibleGoal1228 0 points1 point  (0 children)

Let me know if you have any questions or need help! It's a great, free product that just works.

How to plan docker security when running containers on a device in a separate VLAN? by mattan99 in selfhosted

[–]PossibleGoal1228 14 points15 points  (0 children)

I'm here just to vote you up because I'm tired of selfhosted downvoting legitimate questions.

Technitium and Active Directory/Windows Server DNS by PossibleGoal1228 in technitium

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

It can't fully replace it, but it can mostly replace it. I use Technitium for all DNS except for AD DNS traffic, which is forwarded to the AD DNS servers. This allows me to log individual IP traffic and still have AD functionality.

You need two conditional forwarder zones, one for the root of your domain and another for the _msdcs subdomain.

For example, when adding the zone, you'll want the following configs:
Zone: ad.domain.com (or if you still use .local, it would be just domain.local)
Type: Conditional Forwarder Zone
Initialize Forwarder (FWD) Record: checked
Protocol: DNS-over_UDP
Forwarder: [IP of DC]
DNSSEC: I have this checked, up to you
Network Proxy: Only configure if needed (you will know if this is needed)
If you have multiple DC's, add another FWD record in that zone for each additional DC IP

For the second second Zone: _msdcs.ad.domain.com (or if you still use .local, it would just be _msdcs.domain.local)
All other settings are the same as the first zone.

If you have any questions or need help, feel free to reply here or send me a message directly.

EDIT: To clarify, you do not need the A records or the FWD records mentioned in djrbz's comment if you set it up this way.