• 0 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle






  • You need to include the files in the zone file. Bind 9.18.18 is a mess with the changed DNSSEC setup, it broke my domains as well. I’t isn the bind documentation, so I have to refer you there. I have no access to my setup now (or my browser history) as I’m not at my computer.

    Edit: managed to get in dns.

    named.conf.local: zonefile needa to be the .signed file the unsigned zone file must have both keys included, best is via absolute path:

    $INCLUDE "/etc/bind/keys/example.com.123456.key"
    

    for both the ZSK and KSK keys. The include is to get the RRSIG entries.


  • I bought a fun domain in '98, used it for email only. Next to that I bought a domain with just my surname. I have several sites in that domain, for my personal stuff, one for the pets, our wedding,… It’s a lot more flexible then using the complete name. (But you have to be lucky enough to catch it)

    Next to these 2 I have 2 others in my countries tld for messing about with. Those are a lot cheaper and my company has 3 more domains. The total set costs me €90 a year.






  • I’ve been using gogs since I had my RPi2. It’s not fancy, it just works. Gitea is a fork of it, as there are others, but I never really put time in a conversion, as gogs just works. I don’t do more then synching repos over ssh and an occasional repo creation via the web interface. It’s a 1 user setup.

    Edit: just spend a bit of spare time to install forgejo to figure out what I need to do to move the repos I have (~200) over. All that was needed was to create all repos manually and then rsync the content from the direcory with the gogs repos to the forgejo repo storage. I went ftom gogs 0.12 to forgejo 1.20.5 in a tad over 2h.





  • What do you need?

    I run 2 vps’es via Hetzner, 1 for dns (primary), mail and webhosting and 1 for dns (secondary). No javascript needed for those hosts. The web interface to the provider requires scripting to be able to order them and pay the monthly bill, but my sites run script free on Linux. The sites on there are plain text sites. (files edited with vi and uploaded to the dorresponding shell account)

    BTW the vps’es are for a minute hosting company, works perfectly.