Marc 'risson' Schmitt
Marc 'risson' Schmitt
I'm not quite sure why this server clause was put here in the first place, but it's breaking my configuration and I need to remove it.
The proc_create API is changing in Linux 5.6, update code accordingly See https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdccccbc252e9
**Platform**: Linux **Build**: Steam build 140.4 **Issue**: Ducts still show items moving inside them in the fog of war. That means that if they were broken, and the reconstructed, said...
## Details REPLACE ME --- ## Checklist - [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`) If an API change...
## Details Closes #6122 --- ## Checklist - [x] Local tests pass (`ak test authentik/`) - [x] The code has been formatted (`make lint-fix`) If an API change has been...
Now looking at it again I think there's probably a better way to do this than using `dir()` and then `getattr()`, probably something using a decorator? Pseudo code: ``` @self.reconcile...
## Details Add a SPNEGO source. Allows login using an existing Kerberos identity. TODO: - [x] update CI & docker image to add required system libraries for GSSAPI - [x]...
My hosts are named `site/hostname`, and thus fail to deploy individually due to [the way the flakeRef is parsed by deploy-rs](https://github.com/serokell/deploy-rs/blob/master/src/lib.rs#L220). On the other hand, Nix parses it using [a...
Follow up for https://github.com/NLnetLabs/routinator/issues/805. Docker indeed doesn't support IPv6 properly, but a lot of other container runtimes do. This change makes routinator running in a container listen on both IPv4...
## Details More details incoming, opening this for visibility. cc. @mareo - **Does this resolve an issue?** Resolves #5990 closes #2791 ## Changes ### New Features - Adds feature which...