this post was submitted on 05 May 2026
46 points (100.0% liked)

Selfhosted

60665 readers
441 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Technitium DNS Server v15.1.0 has been released with support for OIDC! Now you can use your preferred identity provider to log in to user accounts, and manage your DHCP/DNS deployments with approriately granular permissions controls.

I've played around with it, and safe to say that the SSO integration works well. I've written a guide to set it up against Kanidm here. There were some OIDC/clustering bugs in prior v15 releases, and with v15.1.0 they have been squashed and solved.

The major release of version 15 also include various important changes, such as the following highlights:

  • A new API call for Prometheus metrics
  • Query Logs apps can now follow live updates
  • Codebase updated to .NET 10 runtime
  • HTTP tokens are now accepted via the Authorization: Bearer <token> header
  • Many other bugfixes, secfixes, and improvements...

Technitium is pretty great. Hope everyone enjoy the release :)

you are viewing a single comment's thread
view the rest of the comments
[–] hellmo_luciferrari@lemmy.zip 2 points 2 months ago (1 children)

That's good to hear!

One feature I wish I could find was automatic DNS record creation for new docker containers I spawn.

Can't wait to check out Technitium.

[–] Toribor@corndog.social 2 points 2 months ago* (last edited 2 months ago) (2 children)

Oh do I have a treat for you, check out DNSWeaver.

It's designed to do exactly that, to automate creation of DNS records for container services. I use it with Traefik. It reads from the same labels that Traefik already uses to proxy services but if you already use another reverse proxy and don't want to switch it supports dnsweaver-specific labels as well which are easy to add to your current deploys.

I used it both with pihole and technitium and actually used it to make the migration easier. Great tool.

[–] hellmo_luciferrari@lemmy.zip 1 points 2 months ago (1 children)

Oh my. I am so thankful you shared this! I will be reading up on this and testing it out likely.

Currently I use Caddy. Which I eventually would like to automate Caddy with this: https://github.com/lucaslorentz/caddy-docker-proxy

Currently I build my own Caddy based off the official image with the cloudflare plugin

[–] Toribor@corndog.social 1 points 2 months ago* (last edited 2 months ago) (1 children)

DNSWeaver has support for caddy labels too! Specifically for use with caddy-docker-proxy. So yeah, really good fit for your architecture.

[–] hellmo_luciferrari@lemmy.zip 2 points 2 months ago

Again, thank you for your suggestions! I am contemplating switching to Adguard or Technitium from pihole. Just gotta figure out how I am gonna approach it

[–] hellmo_luciferrari@lemmy.zip 1 points 2 months ago (1 children)

Good news is that I was playing around with DNSWeaver, and got it working with Pihole. However, this gives me incentive to move off from Pihole because DNSWeaver can't create TXT records for tracking which DNS records it creates so that it can clean up after itself.

So now I am torn between Adguard Home and Technitium. I just wish I could find a guide for getting Technitium working to at least on par with what I have setup.

[–] Toribor@corndog.social 2 points 2 months ago (1 children)

I deployed Technitium with docker, but generally this got me heading in the right direction with the initial setup. It's more of an overview and quickstart than an in depth guide though.

[–] hellmo_luciferrari@lemmy.zip 2 points 2 months ago

Thank you! A start was what I was looking for!