this post was submitted on 15 Mar 2026
62 points (100.0% liked)

Selfhosted

61054 readers
763 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
 

While it has been a while since I have posted anything, development on VoidAuth continues! The highlight feature of this release is the ability to declare OIDC Client Apps and their properties externally, and was written by a new contributor to the project! This can be done with environment variables passed to VoidAuth, or as container labels on the services themselves. Very cool, documentation for that is here.

This release also comes with additional features like User Passkey Management, Unix Socket Support for PostgresDB, and Single Character Usernames/Names. Check out the Release Notes below:

What's Changed

Features 🚀

  • Environment Variable and Container Label Declared OIDC Clients by @MrNavaStar
  • Unix Socket Connections for Postgres DB by @repomaa
  • Passkey Management
  • Single Character Usernames and Names

Fixes 🔧

  • Trim White-Space in Form Input
  • Fix Emails for Sign-in Cannot Be Longer than 32 Characters
  • Fix Remember Me Not Working When Signing in with MFA

Docs 📖

  • Add Vaultwarden to OIDC Guides by @lyneld

Chores🧹

  • Remove Un-Used SQLite3 Dependency
you are viewing a single comment's thread
view the rest of the comments
[–] evil_andy@sh.itjust.works 2 points 4 months ago

This is awesome! I've been using it for the past few months and really enjoying it. I like the simplicity but the new features are definitely welcome!

Glad to see it's continuing.