a fancy new startup will start calling them decentralised pods for personal transportation.
Promise to be revolutionary.
Preforms worse than all know forms of transport so far
a fancy new startup will start calling them decentralised pods for personal transportation.
Promise to be revolutionary.
Preforms worse than all know forms of transport so far
They have a pretty good discord, there is a good chance ye are not the first fo run into issues, LDAP is not the easiest (even if it is an opionated version)
!opnsense@lemmy.world is the link of anyone else wants to follow (with minimal hassle)
It’s been a while since I use caddy but I use the dns for nginx, make sure you are using the correct api key, it does not like using a too permissive one.
So a zone token instead of an account token.
I have both a Hetzner root server (it’s nicely beefy) where I host all my public stuff (website, api’s, Lemmy instance etc) and my homelab which is more personal media (Plex, 'arrs, Gitlab, wireguard, dydns)
The Hetzner box is configured using NixOS (config).
Homelab is mostly configured with docker compose, though I have plans to switch over to nixos to nail down the config. I am using cloudflare for my dns and created a smol cli tool to update a record there with my public ip address (homemade dydns). This is used by Wireguard to give me access to everything hosted there. Even though everything is hidden away from the Internet I still have https on everything thanks to dns verification.
(hastially typed up over breakfast so it may be a tad disorganised, feel free to ask any question if ye have any)
In my (our) case we use bind to run an authoritative resolver for our domain (I am sysadmin for a uni computer society, we have our own (physical) servers)
for better or worse it is, (though I don’t recommend newcomers to boot up a bind server to manage their dns, pihole is probally the best starting point)
Thank ye,
I wonder how much of an impact being in the EU will have on that.
This is it for me. I used to use caddy a few years ago because writing config files was a breeze. Now I “use” nginx because I can define everything in a few lines of nix and it’s configured automagically for me.