• 77 Posts
  • 401 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle




  • There is no test you must pass in order to be called a fan, so Fandom is just something you decide you are. It’s just the way it is.

    Maybe you could start a “True DC comics fan” certification exam, and then you can create a private community where only true certified DC comics fans are allowed to join. Then you can be assured that only real fans can answer your questions.



  • tkotoSelfhosted@lemmy.worldHairpin dns issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    As I dug into this, I found that it is in fact trivial to change the Unraid UI ports. There’s a setting for it. I can only assume that since Unraid attracts a LOT of novices, bad advice gets passed around and taken as gospel. So, I changed Unraid’s ports, set my reverse proxy to listen on 80/443, updated the NAT on my router, and added the relevant host overrides to the DNS Resolver. Hairpin eliminated. Thanks again!


  • tkotoSelfhosted@lemmy.worldHairpin dns issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    Totally fair… I appreciate you engaging with me, your perspective is appreciated! I won’t defend Unraid’s choice when it comes to the UI ports, but I will simply say that there are things that are really nice about Unraid from a usability standpoint.

    Thanks again for your thoughts!


  • tkotoSelfhosted@lemmy.worldHairpin dns issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    The challenge here is that the host is Unraid, which publishes its own interface on 80/443. My reverse proxy is of course handling all requests for my sites, but that is ALSO running on a container, and must be listening on something other than 80/443 when using host or bridge networking.

    So, if I’m following along correctly, I would need to put my reverse proxy on a different host (bare metal or VM) in order for it to listen on 80/443.


  • tkotoSelfhosted@lemmy.worldHairpin dns issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    I super appreciate where you’re coming from on this. Unless I’m mistaken, NAT port forwarding makes this not quite so clean. If my (internally hosted) site is published on ports other than 80/443, is there any way to route them internally without needing to include the port in the request?

    If not, then I either have to include the port in my request when I’m inside the LAN, or I need to set up a macvlan in my docker network to facilitate a LAN IP and standard ports.

    Do I have that right?



  • tkotohomeassistant@lemmy.worldConditional triggers?
    link
    fedilink
    English
    arrow-up
    2
    ·
    25 days ago

    I have separate automations for turning on the HVAC and turning off the HVAC. When the “Turn HVAC On” automation gets triggered, one of the actions is to enable the “Turn HVAC Off” automation. One of the actions on “Turn HVAC Off” is to disable itself.

    Does that get you what you want?