Assigning a custom subdomain to a Fly app
I deployed an app to [Fly](https://fly.io/) and decided to point a custom subdomain to it.
158 words
|
1 minute
Back-dating Git commits based on file modification dates
I fell down a bit of a rabbit hole this morning. In trying to figure out [where the idea of celebrating World Wide Web Day on August 1st](https://s...
859 words
|
4 minutes
kubectl proxy
Learned about this today as a way of accessing the Kubernetes REST API.
221 words
|
1 minute
Building a Complete PKI Infrastructure - Creating Your Own Certificate Authority
A comprehensive guide to building a robust, multi-tier PKI infrastructure with your own Certificate Authority (CA), including detailed explanations, automation scripts, and security best practices for enterprise deployments.
2401 words
|
12 minutes
Signing and notarizing an Electron app for distribution using GitHub Actions
I had to figure this out for [Datasette Desktop](https://github.com/simonw/datasette-app).
1254 words
|
6 minutes
Updating a Markdown table of contents with a GitHub Action
[markdown-toc](https://github.com/jonschlinkert/markdown-toc) is a Node script that parses a Markdown file and generates a table of contents for it...
216 words
|
1 minute
Publishing a Docker container for Microsoft Edit to the GitHub Container Registry
Microsoft recently [released Edit](https://devblogs.microsoft.com/commandline/edit-is-now-open-source/), a new terminal text editor written in Rust...
806 words
|
4 minutes
Google OAuth for a CLI application
> :warning: The OOB flow described in this document has been [scheduled for deprecation](https://developers.googleblog.com/2022/02/making-oauth-flo...
458 words
|
2 minutes