Good FOSS software and reliable service providers? Etc.

  • Bakkoda
    link
    fedilink
    English
    49 hours ago

    Afraid has a curl update. Cron job. It’s that simple.

  • @PieMePlenty
    link
    English
    511 hours ago

    My ip updates maybe once every three months or so, but what i did was just write a script that checks the current ip and updates the domain registrar. My domain is on cloud flare, and they have an API through which I can do it. It’s literally one POST request. There are solutions out there but I wanted a really simple solution I fully understand so I just did this. Script runs in cron every few hours and that’s it.

  • downhomechunk
    link
    fedilink
    English
    311 hours ago

    Ddclient has done the trick for me, and my registrar supports it with an API

    • mbfalzar
      link
      fedilink
      English
      31 hour ago

      I set it once like 6 years ago and forgot it wasn’t something pre-installed and configured until I saw your comment. I was reading through the comments looking for the “you don’t need to do anything, ddclient takes care of it”

    • @douglasg14b
      link
      English
      5
      edit-2
      12 hours ago

      Way too much for sure.

      Just the business internet to get the foot in the door for a static IP 5x’s the cost of my Internet.

      It’s actually cheaper to just have DC IPs and proxy through hosted containers. Which is kind of crazy.

      Negative aspect is that DC IPs aren’t treated very nice.

  • Shimitar
    link
    fedilink
    English
    513 hours ago

    Ixury for people that can have public IPs! :)

      • Shimitar
        link
        fedilink
        English
        22 hours ago

        Yeah, there are workarounds… And who knows, maybe its just safer than public ip… But definitely require some external fixture.

  • @dm_me_your_feet
    link
    English
    413 hours ago

    Desec + Nginx Proxy Manager as a reverse proxy. Solves ddns and https with a letsencrypt wildcard cert.

    • @[email protected]
      link
      fedilink
      English
      613 hours ago

      exactly. I literally have a bash script that calls the API triggered by cron every 30 minutes. That’s it. Are people seriously using a freaking docker container for this?

        • @[email protected]
          link
          fedilink
          English
          43 hours ago

          Ah, a history would be nice. I’ve been thinking of keeping some stats to monitor when the connection goes down, and how often my IP changes.

          Fortunately I’ve kept the same IP since i changed ISPs a few months ago.

          Personally I still think docker is overkill for something that can be done with a bash script. But I also use a Pi 4 as my home server, so I need to be a little more scrupulous of CPU and RAM and storage than most :-)

    • Matt The Horwood
      link
      fedilink
      English
      622 hours ago

      I would recommend OVH for DNS, they have an API and are on the list for that tool. Also you can use the API to get lets encrypt certificates

    • conrad82
      link
      English
      319 hours ago

      Me too. I use uptime kuma to send the api request. then I also get uptime status 🙂

  • abeorch
    link
    fedilink
    318 hours ago

    @sith
    If this is useful we had a bit of a conversation about DynDns options a while back. Im currently using Hetzner with my subdomain names being dynamically updated.
    lemmy.ml/post/18477306

  • @philthi
    link
    English
    523 hours ago

    Have you heard of the kuadrant project? It is for kubernetes and has a dynamic DNS element. Kuadrant.io

    • @[email protected]OP
      link
      fedilink
      English
      522 hours ago

      Probably good, but I want to stay away from anything related to Kubernetes. My experience is that it’s an overkill black hole of constant debugging. Unfortunately. Thanks though!

    • Justin
      link
      fedilink
      English
      122 hours ago

      Interesting, this seems to have better documentation and feedback than the external-dns operator