Search Criteria
Package Details: authelia-bin 4.39.19-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/authelia-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | authelia-bin |
| Description: | The Cloud ready multi-factor authentication portal for your Apps. Pre-compiled. |
| Upstream URL: | https://github.com/authelia/authelia |
| Licenses: | Apache-2.0 |
| Conflicts: | authelia, authelia-git |
| Provides: | authelia |
| Submitter: | nightah |
| Maintainer: | nightah (clems4ever) |
| Last Packager: | nightah |
| Votes: | 9 |
| Popularity: | 0.040731 |
| First Submitted: | 2020-01-23 07:49 (UTC) |
| Last Updated: | 2026-04-12 07:27 (UTC) |
Dependencies (0)
Required by (1)
- authelia-runit (requires authelia)
Sources (3)
- https://github.com/authelia/authelia/releases/download/v4.39.19/authelia-v4.39.19-linux-amd64.tar.gz
- https://github.com/authelia/authelia/releases/download/v4.39.19/authelia-v4.39.19-linux-arm.tar.gz
- https://github.com/authelia/authelia/releases/download/v4.39.19/authelia-v4.39.19-linux-arm64.tar.gz
Latest Comments
plenaerts commented on 2025-11-24 19:41 (UTC)
So, I went and supervised claude writeup the wiki article on authelia to protect poor souls like myself bumping their heads into the tmpfiles config.
jfk9w commented on 2025-11-12 21:15 (UTC)
@nightah, you're right, sorry, just needed to clean pacman cache.
nightah commented on 2025-11-10 02:31 (UTC)
@plenaerts, the tmpfiles configuration is intentionally not very permissive and seeing as users structure their configuration according to their own requirements, adding lines to the existing tmpfiles configuration is the right way to overcome the issue you have experienced.
@jfk9w, I'm not seeing the issue you have suggested, just did a clean install without any issues for v4.39.14:
jfk9w commented on 2025-11-09 19:53 (UTC)
authelia-v4.39.14-linux-amd64.tar.gz fails with sha256 mismatch. Fix please?
plenaerts commented on 2025-09-14 08:15 (UTC) (edited on 2025-09-14 08:15 (UTC) by plenaerts)
Authelia resets the permissions of /etc/authelia, more specifically it removes the u+x bit from /etc/authelia/config dir, which breaks my sqlite3 db being there.
I have to add the following to tmpfiles.d, for example /etc/tmpfiles.d/zz-authelia-conf-dir.conf to fix that.
Maybe something to fix in the package?
nightah commented on 2025-09-02 21:55 (UTC)
@khdlr thanks for the report. We recently changed to utilise GoReleaser to build and package our artifacts.
I've made the necessary changes.
khdlr commented on 2025-09-02 20:44 (UTC) (edited on 2025-09-02 20:44 (UTC) by khdlr)
Had to remove the
-linux-amd64suffix from the binary name for it to build, like so:Assuming the binary name has changed accordingly for all $CARCHs, the
ifbranches can likely be replaced by a singleinstall -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"