Tag
#Docker
3 notes
Software Development01
Self-Hosting a Linear-Driven Claude Code Agent with Cyrus
Setting up a self-hosted, Linear-driven AI coding agent on my own server, and the two things that took actual work: keeping the bill sane and not handing it too much access.
DevOps & Infrastructure02
Allow GitLab CI to use Docker Registry with Self Signed Certs
GitLab CI can trust private Docker registries with self-signed certs - here's the dind config.
DevOps & Infrastructure03
Solution for Docker Registry Error: certificate signed by unknown authority
Private Docker registries with self-signed SSL require special config - here's how to make Docker trust them.