Conor Schaefer
Conor Schaefer
Hello @philpep, thanks for the great project. I'm struggling to write custom testinfra modules that extend the builtins, e.g. `File`. Right now I'm trying to write a module for checking...
The [Signal](https://whispersystems.org/) mobile messaging client would be a great fit for ntfy. Notably most of the current notification providers do not provide end-to-end encryption. There's already a convenient CLI client...
## Description The Admin Workstation currently runs Ansible v2.9.7. Soon enough, we'll need to bump to the already released 2.10.x series. That's a difficult jump, and violates expectations about semver....
## Description An upcoming release of `itsdangerous`, 2.1, will drop support for JSON Web Signatures. The project maintainers recommend switching to `authlib` instead. Encountered the deprecation notice while performing a...
As described in #109, we've broken out the logic maintained in this repo into separate, more narrowly focused repositories. Since #107 we have been maintaining documentation for rebuilding SecureDrop kernels...
The role logic currently assumes that one has access via HTTPS basic auth to the grsecurity download URLs. This made sense when the patches were freely available, but they have...
Just setting up lipsync for the first time. I've run through the install.sh with elevated privileges and supplied all the arguments to generate to the /etc/lipsyncd conf file. Everything in...
The role can _generate_ v3 Onion URLs, but doesn't currently support provisioning them from vars (which has long been supported for v2). Since the v3 URLs are a different format,...
The role by default configures an Onion Service listening on port 22, presumably for use via SSH. If the Ansible connection is over Tor, and configuration changes are made to...
Trying to install `firefox-esr` from the Debian Stretch repos fails, due to `dpkg-divert` conflicts related to oz: ``` [user@subgraph:~] $ sudo apt install -y firefox-esr [sudo] password for user: Reading...