Search Criteria
Package Details: authentik 2024.8.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/authentik.git (read-only, click to copy) |
---|---|
Package Base: | authentik |
Description: | Open-source Identity Provider focused on flexibility and versatility. |
Upstream URL: | https://goauthentik.io/ |
Licenses: | MIT |
Submitter: | tilld |
Maintainer: | tilld (AlexBocken) |
Last Packager: | tilld |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-14 17:47 (UTC) |
Last Updated: | 2024-11-14 17:50 (UTC) |
Dependencies (16)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- python (python37AUR, python311AUR, python310AUR)
- python-pip
- python-poetry (python-poetry-gitAUR)
- python-virtualenv
- bandit (make)
- codespell (codespell-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- golangci-lintAUR (golangci-lint-binAUR) (make)
- libffi (libffi-gitAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (make)
- python-xmlsec (make)
- tk (tk-fossilAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
AlexBocken commented on 2024-11-15 10:37 (UTC)
Due to a high amount of python dependencies which are not available in the default repos or the AUR, we have decided to go a similar route to the discussion held in paperless-ngx.
We employ a venv and install all python dependencies separately for authentik. Currently this results in quite a large package install so we are investigating whether allowing for partial system package usage might be possible.
Besides this, due to a dependency which refuses to build, python-kadmin, we cannot currently update to 2024.10.2. Authentik is moving away from this outdated package and the next release should have python-kadmin-rs as a dependency instead. Building against the main branch seems to work without any issues. Hence, for now, expect the next update to this PKGBUILD to come with the next release of authentik.