• Upcoming changes to Hub 3

    From deon@21:2/116 to All on Thursday, July 02, 2026 10:36:04
    Howdy,

    I'm going to doing some changes on Hub 3, starting this weekend. Mostly those changes *should* go un-noticed, apart from some polls not being answered.

    Clrghouz currently runs in a VM on OVH, but I recently bought a new VM in SSDnodes for 3 years - more memory, less yearly cost, so I'm going to be moving all my OVH workload over to it. I have until Sept to complete it, so I'll do a bit at a time, but starting first with clrghouz.

    What will happen, is the IP addresses for clrghouz will change - as long as you are using the nXX,zXX.bbs.dege.au hostname, you shouldnt see any impact. As those IPs get updated, you'll automatically connect to the new host for your mail.

    **IF** you are using *clrghouz.bbs.dege.au* as the hostname for any nets you get from me, then please change it today. For FSXnet it should be n3.z21.bbs.dege.au. (All these details are in the web UI). If you are not sure what to change it to, send me a netmail and I'll let you know - but it is in the web UI also.

    I will soon also be redirecting the hostname clrghouz.bbs.dege.au to cloudflare, which means your BINKP and EMSI session will *fail*, and the only fix will be to use the nXX.zXX.bbs.dege.au address.

    https://clrghouz.bbs.dege.au will still be the valid address to use to manage your FTN settings at clrghouz, so no need to change that (it'll just be going through cloudflare, which might make it a little snappier?).

    Any questions, please ask :)


    ...����
    --- SBBSecho 3.37-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From slacker@21:3/193 to deon on Thursday, July 02, 2026 20:12:38
    https://clrghouz.bbs.dege.au will
    still be the valid address to use
    to manage your FTN settings at
    clrghouz, so no need to change
    that (it'll just be going through
    cloudflare, which might make it a
    little snappier?).

    Hey Deon,

    Just a QQ, is the mail API still going to be at: clrghouz.bbs.dege.au/api/mail?

    Thanks!


    --- NE BBS v2.01 (linux; x64)
    * Origin: NE BBS - nebbs.servehttp.com:9223 (21:3/193)
  • From deon@21:2/116 to slacker on Friday, July 03, 2026 08:05:59
    Re: Re: Upcoming changes to Hub 3
    By: slacker to deon on Thu Jul 02 2026 08:12 pm

    Howdy,

    Just a QQ, is the mail API still going to be at: clrghouz.bbs.dege.au/api/mail?

    Ahh, yes good question...

    Yes, it will still be that, since it's delivered over http.

    I dont think I've implemented echomail posting have I? (Just looking through my code and I dont see it). Sorry if you've been waiting on me to do that, I've been distracted by other shiny things recently, and the kids...

    I need to do some updates to clrghouz after the move, so I'll put this on my list to do, it shouldnt take too much effort since I know I rejigged the backend end to support it.


    ...����
    --- SBBSecho 3.37-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Vorlon@21:1/195 to deon on Friday, July 03, 2026 11:10:34

    Hello deon!

    02 Jul 26 10:36, you wrote to all:

    Clrghouz currently runs in a VM on OVH, but I recently bought a new VM
    in SSDnodes for 3 years - more memory, less yearly cost, so I'm going
    to be moving all my OVH workload over to it. I have until Sept to
    complete it, so I'll do a bit at a time, but starting first with
    clrghouz.

    Have you thought about how your going to do backup's and recovery?
    They might have great prices/spec's, but not supporting custom iso's is a deal breaker for me.


    I just sent them this (Second email to the Sales dept):

    Does your system support booting of a custom iso?
    ie: I use veeam's backup agent for linux, and to do a bare-metal
    restore requires the booting of the recovery iso/cd.

    The response:

    I am sorry, we do not allow custom ISO or Windows OS at this time.






    Vorlon


    --- GoldED+/LNX 1.1.5-b20260304
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- Prt: 6800 (21:1/195)
  • From Vorlon@21:1/195 to deon on Friday, July 03, 2026 11:16:16

    Hello deon!

    02 Jul 26 10:36, you wrote to all:

    Clrghouz currently runs in a VM on OVH, but I recently bought a new VM
    in SSDnodes for 3 years - more memory, less yearly cost, so I'm going
    to be moving all my OVH workload over to it. I have until Sept to
    complete it, so I'll do a bit at a time, but starting first with
    clrghouz.

    Have you thought about how your going to do backup's and recovery?
    They might have great prices/spec's, but not supporting custom iso's is a deal breaker for me.


    I just sent them this (Second email to the Sales dept), and in no way did I mention windows at all:

    Does your system support booting of a custom iso?
    ie: I use veeam's backup agent for linux, and to do a bare-metal
    restore requires the booting of the recovery iso/cd.

    The response:

    I am sorry, we do not allow custom ISO or Windows OS at this time.






    Vorlon


    --- GoldED+/LNX 1.1.5-b20260304
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- Prt: 6800 (21:1/195)
  • From deon@21:2/116 to Vorlon on Friday, July 03, 2026 16:27:29
    Re: Upcoming changes to Hub 3
    By: Vorlon to deon on Fri Jul 03 2026 11:16 am

    Howdy,

    Have you thought about how your going to do backup's and recovery?
    They might have great prices/spec's, but not supporting custom iso's is a deal breaker for me.

    Yup, the same way I do it now.

    The host for me is an an ephemerial dumb host - I remove everything that I can, and pretty much only have docker running.

    All the apps are a docker image - mostly a reverse proxy, a php server, postfix, postgesql etc....

    The docker apps, I built in my devops at home - so I can reproduce all applications easily. Thus, the (remote) backup I need is just the data and configuration - with databases being a dump each night, and a filesystem backup which captures configurations (config rarely changes) and any file level data...

    My go to tool is restic, I've been using it for years, which stores all my backups in my s3 server at home.

    Rebuilding a failed server would be a PITA, but its essentially install a new host, add docker, a file restore, a docker run and a db restore ...


    ...����
    --- SBBSecho 3.37-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)