Not a normal dashboard post, because it isn't mine! Learn security people

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • authelia

    The Single Sign-On Multi-Factor portal for web apps

    Secondly, nginx reverse proxy (and other reverse proxy products) allow the use of additional module or services to make security even better. In my vase, I use (another) docker image called Authelia. My nginx config essentially passes all traffic to any of my services through Authelia. If I haven't authenticated to Authelia in the recent past, I have to login with a username and password. If I get that correct, I have Authelia configured to send me a push notification to my phone, via Duo, asking me to allow or deny that login session.

  • vouch-proxy

    an SSO and OAuth / OIDC login solution for Nginx using the auth_request module

    I use https://oauth2-proxy.github.io/oauth2-proxy/ and https://github.com/vouch/vouch-proxy - they both allow you to protect entire sites or even just selected pages, such as a login page.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • wg-easy

    Discontinued The easiest way to run WireGuard VPN + Web-based Admin UI. [Moved to: https://github.com/wg-easy/wg-easy] (by WeeJeWel)

    Yeah seriously people set up a Wireguard VPN and lock your junk behind it. Use this docker container, it's easy as balls.

  • oauth2-proxy

    A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

    I use https://oauth2-proxy.github.io/oauth2-proxy/ and https://github.com/vouch/vouch-proxy - they both allow you to protect entire sites or even just selected pages, such as a login page.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts