about summary refs log tree commit diff
path: root/pkgs/servers/authelia
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-28authelia: drop myself from maintenanceRaito Bezarius1-1/+1
I'm not using this package anymore and I cannot maintain it. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2023-12-23Merge pull request #266455 from 06kellyjac/authelia_update_fixesMario Rodas3-29/+20
authelia: fix update script
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-11-09authelia: fix update script06kellyjac3-29/+20
Prepare for future release Don't use a patch that is prone to needing updating Visibly fail
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2023-07-14treewide: go-modules -> goModulesArtturin1-1/+1
In 787af0f79f128cb21b113d2eb37e64d913f18aae I had to change ${go-modules} to $goModules to allow overrideAttrs to work; However, env vars cannot contain -, so i had to change go-modules too. This in turn broke nix-update because it uses the go-modules attr. Instead of making nix-update more complicated, make go-modules naming match cargoDeps. `fd --type f | xargs sd '\bgo-modules\b' 'goModules'` and revert change to pkgs/applications/misc/dstask/default.nix and pkgs/servers/http/dave/default.nix and pkgs/os-specific/darwin/plistwatch/default.nix release note added
2023-03-27authelia: move module under security and minor fixes06kellyjac1-1/+2
Fixed test access to lib Added nixos test to passthru
2023-03-24authelia: split out main and web to separate files06kellyjac4-60/+96
2023-03-24authelia: init at 4.37.506kellyjac4-0/+16319
Co-authored-by: Mostly Void <7rat13@gmail.com>