Rick Henry

Results 9 issues of Rick Henry

As someone who set this up on one machine a while ago - so already has a Yubikey set up - and installing on a freshly-built system, it's not clear...

See https://github.com/voxpupuli/puppet-php/issues/581 In short, replaces all explicit definitions of a Puppet Package resource with an instance of puppetlabs-stdlib's ensure_packages. #### Pull Request (PR) description Use the puppetlabs-stdlib `ensure_packages` function instead...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: v4.8.2 client, 6.14 server - Ruby: 2.3.2 - Distribution: Debian Stretch - Module version: 7.1.0 ## How to reproduce (e.g...

The Prometheus-Operator is a popular choice for collecting metrics, and many other projects (such as External-DNS [1]) have a pre-configured ServiceMonitor resource ready to be enabled; this does the same...

As it stands, actions runs for tagged releases fails: ``` Buildx version /usr/bin/docker buildx version github.com/docker/buildx 0.9.1+azure-1 ed00243a0ce2a0aee75311b06e32d33b44729689 /usr/bin/docker buildx build --cache-from type=registry,ref=solidnerd/bookstack-dev:master --file ./Dockerfile --iidfile /tmp/docker-build-push-oLAtK3/iidfile --label org.opencontainers.image.title=docker-bookstack --label...

stale

Interaction with the Trashbin is as simple as sending a regular WebDAV `PROPFIND` to `/remote.php/dav/trashbin/USER/trash` rather than `remote.php/dav/files/USER` ([src](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/trashbin.html)). As far as I can tell, this would essentially be a...

I run most of my tools in Kubernetes, making use of object storage to minimise dependencies on local storage for uploads (and the like). Would adding the ability to use...

I've made a couple mistakes with releasing new versions, so I'm writing a script or two to help avoid that.