• 18 Posts
  • 272 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • Moonrise2473@feddit.ittoSelfhosted@lemmy.worldVersion Dashboard
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 days ago

    For the biggest projects I added the ICS files from endoflife.date

    So for example now I will increase version of nextcloud only when my calendar notifies me that it reached EOL (=exits beta status)

    For the smaller ones I have the same problem of you, targeting a specific version is not effortless and targeting :latest is not safe like the very useful Borg warehouse that had two consecutive breaking changes in how they manage Cron jobs…

    Or even lethal, like Zipline V4 isn’t compatible with the Zipline V3 database, and you’re supposed to do “export, wipe, import” BEFORE updating. But I was on :latest so… (luckily it was hosting just temporary data and it was easier to just delete everything and start again)











  • You run a proxy on your server (the easiest is “nginx proxy manager” that has a nice web UI), then open your router to port 80 and 443 to nginx proxy manager (NOT the web UI configuration port!)

    Then you instruct the proxy to route the traffic according to the URL.

    Someone coming to 10.172.172.172 with no URL? Drop the connection.

    Someone going to if.example.com? Forward to 192.168:8080 and so on