Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
0
Comments
551
Joined
2 yr. ago

  • Yep if you've got the requisite skills the linuxserver guide is the best for authelia.

    I've also ran Keycloak via the red hat documentation.

    That's really as easy as it gets..if you want to learn, be prepared to pile through the documentation.

  • You probably need to realise that this is advanced self hosting here.

    I might suggest you start off with something a bit simpler.

    Run an application, do DNS, point Nginx to it, get certbot and follow the instructions on their site to implement it. Read logs. Update stuff. Break stuff.

    You need to build up to it, because Authentication is a compilation of 5-6 different basic tasks that you need to be across. And if you mess up any of them, it won't work and you need to work out why.

  • Secure Web Application Gateway.

    And something like "swag selfhosted" or "swag linuxserver" would have been a better search term. You need to lead the horse at least slightly in the direction of water when it comes to Google searches.

  • Simplest would be Authelia and Swag.

    Swag comes with prewritten config files and all you really need to do is uncomment a few lines and make sure it's pointed to your service.

    Linuxserver.io guides are good for this.

    I ended up landing on Keycloak and I believe I set mine up using the ansible script, again it's a matter of plugging in some details.