Category: General
-
Allow GitLab CI to use Docker Registry with Self Signed Certs
This is a follow-on to my last post about how to fix Docker errors when using self signed SSL certificates on your Docker Registry. When you are using GitLab-CI, to push or pull from your private Docker Registry with self signed SSL certs, and using the Docker-in-Docker Runner approach, you need to tell each created […]
-
Solution for Docker Registry Error: certificate signed by unknown authority
If you are running a private Docker Registry, the Docker ecosystem makes it very difficult to run without SSL in place. Even thought the out-of-the-box Docker Registry container runs without SSL, over HTTP, many things won’t work properly, or at least easily, without installing SSL certificates. You can learn how to configure the registry server […]
-
Office Hours – Redux
I am offering my knowledge and advice for free! I have decided to repeat an experiment I did back in 2013, and offer Office Hours. The idea is that if you’re interested, we can meet for coffee (if you’re in the Boulder, CO area) or setup a Zoom video call or a regular old phone […]
-
GitHub to OmniFocus Integration
I’m thrilled to announce that I’ve written a GitHub to OmniFocus integration. Track your GitHub issues from OmniFocus automatically! This Ruby script is based on my Jira to OmniFocus integration, but uses the Octokit gem to pull issues from GitHub instead of Jira. You can find it on GitHub here: https://github.com/devondragon/github-omnifocus It is simple to install, and […]
-
Control Nest Thermostat From the Command Line Using Nest API
Learn how to control your Nest Thermostat from the comfort of your command line with the Nest API!
-
Updated JIRA to Omnifocus Integration
Updates to my JIRA Omnifocus Integration I have made some long over-due updates to the Jira OmniFocus integration I wrote a year ago. Sean Kane provided a great pull request earlier this year where he’d made some massive improvements to the packaging and installation of the tool. I just fixed a couple minor bugs, added support for […]