this post was submitted on 21 Sep 2025
50 points (98.1% liked)

Selfhosted

51931 readers
1287 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’

The main highlights of this release are being able to host VoidAuth on a sub-directory and adding Security Groups to OIDC Clients. These were both suggestions from the Fediverse and from GitHub. Thank you for taking the time to let me know that you are using VoidAuth and how you feel it can be improved!

Here is the changelog:

Features πŸš€

  • Enable Hosting on Subdirectory πŸ›£οΈ
  • OIDC Client Security Groups πŸ”
  • OIDC Client post_logout_redirect_uris

Fixes πŸ”§

  • Fix EMAIL_VERIFICATION Not Properly Causing Email to be Required During Registration
you are viewing a single comment's thread
view the rest of the comments
[–] tofubl@discuss.tchncs.de 4 points 1 week ago (2 children)

This looks friendly. I gave up setting up Authelia after my last attempt, but I might give it another go with this when motivation hits me. Some documentation for Traefik integration would be nice.

[–] boblin@sh.itjust.works 3 points 1 week ago

I tried both voidauth and authelia and found that I really like that you can (actually must, as far as I’ve seen) configure authelias OIDC clients as configuration files. That fits a gitops style approach much better when paired with e.g. sealed secrets. It was a real pain to figure out that authelia configuration, hard agree on that… The official helm chart felt way too over-parametrized and is badly documented. The project website has a lot of basically-copy-paste configs for all kinds if self hosted software though.

Let me know how it goes! If you have any trouble getting it set up I can try to help as well. I am working on NGINX and NGINX Proxy Manager documentation right now, maybe I will do Traefik afterwards.