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

Selfhosted

56957 readers
419 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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

Thanks, I think I fixed it