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

Selfhosted

57849 readers
401 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
top 8 comments
sorted by: hot top controversial new old
[โ€“] Everyday0764@lemmy.zip 2 points 5 days ago (1 children)

I have authelia, should I switch? is this configured via ui?

It is configured mostly through UI. The separation (in my opinion) is VoidAuth configuration happens mostly through environment variables and Client/Users/Domain configuration happens in the Web UI. You can try it out and switch if you like it and think the effort of switching is worth it

[โ€“] KlavKalashj@lemmy.world 3 points 1 week ago (1 children)

Been using this for a while now, I like it a lot! With this release, passkeys dont work in Firefox on Android for me anymore. Firefox on desktop works fine, but both trying to login with, and after deleting and then trying to create a new one on Android, results in an endless loading screen.

[โ€“] notquitenothing@sh.itjust.works 3 points 1 week ago (1 children)

Well that is not good! It looks to be working for me on iOS and Windows Firefox (librefox), I donโ€™t have a way to test on Android ๐Ÿ˜• If you donโ€™t mind opening a GitHub issue that would be helpful, and I will add some extra debug logging that may help narrow down the issue.

[โ€“] femtek@lemmy.blahaj.zone 2 points 1 week ago (1 children)

I get a 404 for the first link

Thanks, I think I fixed it

[โ€“] evil_andy@sh.itjust.works 2 points 1 week 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.