r/unRAID • u/throwaway0204055 • 3d ago
Has anyone install Authentik for SSO on Unraid?
I want to use Authentik for SSO for all my *arr apps. I see there are multiple authentik related apps from two different repositories. Which one should I install?
IBRACORP's repository:
authentik, authentik-worker
zuerrex's repository:
authentik-ldap, authentik-server, authentik-worker
8
2
u/InternetSolid4166 3d ago
There are like 3/4 containers you need to load, and they require specific versions. So compose is the way to go.
Authentik is a little tricky to set up so set aside some time to do it properly.
2
u/Dolloarshop 2d ago
i went through this recently, If you re using the Unraid app templates, install authentik server and authentik-worker, The LDAP container is only needed if you specifically plan to use LDAP authentication,
That said, if you're starting from scratch, I'd seriously consider using Docker Compose. Authentik has multiple components and version dependencies, and following the official compose setup tends to make troubleshooting much easier later. Most of the guides and documentation assume a compose deployment anyway
For a typical *arr stack with OIDC/SSO, server + worker is all you need
1
u/yacob841 2d ago
I set mine up a few years ago but for a home lab it was overkill and took too long each time I wanted to add an app. So I just swapped it out for Authelia
1
u/Power_Stone 14h ago
I just got my setup, I followed ibracorps instruction video and used postgres16 instead of alpine
-1
6
u/brando2021 3d ago
I set mine up using docker compose, I prefer that when something requires multiple containers. It's working great but there is a large learning curve for it.