Commit Graph

9 Commits

Author SHA1 Message Date
Raito Bezarius
432180dade authelia: drop myself from maintenance
I'm not using this package anymore and I cannot maintain it.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-28 22:51:55 +01:00
Mario Rodas
3da53eb0d2
Merge pull request #266455 from 06kellyjac/authelia_update_fixes
authelia: fix update script
2023-12-23 11:22:17 -05:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
06kellyjac
3e37922c72 authelia: fix update script
Prepare for future release
Don't use a patch that is prone to needing updating
Visibly fail
2023-11-09 12:23:53 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
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-07-14 00:18:06 +03:00
06kellyjac
9b60eef4bd authelia: move module under security and minor fixes
Fixed test access to lib
Added nixos test to passthru
2023-03-27 12:00:07 +01:00
06kellyjac
3386631c48 authelia: split out main and web to separate files 2023-03-24 21:23:41 -03:00
06kellyjac
fb44ef6f0a authelia: init at 4.37.5
Co-authored-by: Mostly Void <7rat13@gmail.com>
2023-03-24 21:23:41 -03:00