andy47

joined 1 year ago
[–] andy47@lemmy.world 3 points 4 months ago

A similar solution but I use https://ntfy.sh/ I have the app on my phone and have it set to alert when jobs ping the service. Mine ping on success but it is possible to ping when the job fails as well.

[–] andy47@lemmy.world 9 points 8 months ago (6 children)

I don't have strong opinions but I've been happily using Vimium for years

[–] andy47@lemmy.world 2 points 9 months ago

Agreed, if the box works for you I'd look at cycling out the drives - 10 years is a long time for spinning disks to last and every day is another day closer to a failure.

[–] andy47@lemmy.world 7 points 10 months ago

Err, I agree with the greed part. But the obligation to maximise profits is not true. A quick web search will bring up, e.g. https://www.nytimes.com/roomfordebate/2015/04/16/what-are-corporations-obligations-to-shareholders/corporations-dont-have-to-maximize-profits and many other sources. Companies can do whatever they like, as long as it's within the law. The fact that most choose to maximise profits at the cost of other things is entirely on them.

[–] andy47@lemmy.world 1 points 11 months ago (1 children)

Thanks. I have all of that. I've been at this for a while and am now looking to move to centralised authentication and access management because I've got everything else working as I want it. It's just not ideal to have to maintain seperate logins across each of the services that I'm running. Hence starting to look at authentication. I know it's complex and the original post was wondering if there is a nice simple introduction to the subject matter.

[–] andy47@lemmy.world 3 points 11 months ago (3 children)

Ok, I found this - https://www.linuxserver.io/blog/2020-08-26-setting-up-authelia.

Which, if I'm reading it correctly tells me that SWAG (Secure Web Application Gateway) is essentially a web server, reverse proxy with lets encrypt support. It doesn't seem to do any authentication.

Authelia is a component of an identity and authentication solution that provides single sign on and 2FA but, crucially, does not include a user directory, by default it uses a YAML file but can be connected to an LDAP server - https://www.authelia.com/overview/authentication/first-factor/

Which I think goes towards the point in my original post - none of this is simple so I'd like a nice explanation that helps me understand what I need running, how they work together and what settings to use.

[–] andy47@lemmy.world 1 points 11 months ago (7 children)

Thanks for the pointer, I'll check it out. I don't think I've come across SWAG before, and a web search comes up with lots of references to sleeping bags (I'm in Australia - https://outbackreview.com.au/best-swags-australia/). Could you provide pointers and/or a homepage? Thanks in advance.

 

I'd like to set up my identity and authentication service for my self hosted applications but it is not a beginner friendly subject.

I'm aware of the various tools available; authentik, authelia, LLDAP, keycloak, etc and see lots of useful discussions on them which is great.

But I can't seem to find a beginner friendly introduction to setting up one or more of these tools that helps me understand the core concepts at the same time. Does such a thing exist?

I'd like to try out LLDAP and Authelia on my home lab and then possibly roll this out to my production services.

But every tutorial I've come across seems to assume a fair amount of knowledge that I don't think I have.

For instance if I deploy LLDAP what should I use as my base DN? And how can I seperate a homelab directory from a seperate production directory?

Any pointers gratefully received.

 

This is a great collection of scripts to create containers hosting popular self hosted utilities in Proxmox.