Stéphane Graber
Stéphane Graber
The web server should support TLS and ideally, default to it.
This is blocked on #1 but once we're using python-ldap3, the rest of the codebase should be fixed where needed to work properly on python3.
Replace current usage of python-ldap by the more modern and python3-compatible python-ldap3.
This adds the needed bits for VAAPI to be available on arm64. Worth noting that the current jellyfin build does not include vaapi support, so I'm currently running with an...
There's this upstream change https://github.com/golang/go/issues/51082 that's meant to improve godoc by allowing for additional syntax in Go comments. Unfortunately it means that running `gofmt` as many projects do automatically ends...
When a user attempts to execute a non-existing command or a file which isn't executable or anything else which causes an `execve()` error, the behavior on the `lxc exec` side...
Currently our main client is go-dqlite, but it'd be good to have a standard C client library which would allow for porting of traditional sqlite3 codebases over to dqlite. This...
Originally reported at https://github.com/lxc/lxd/issues/9189 --- I had to compile my own kernel for various reasons, and while I was doing so I figured to harden it a little. Among other...
This was quickly done to allow for `snap install unbound-telemetry` making deploying it through Ansible on our servers (@nsec) very easy and safe. For now I'll manually build and refresh...